I'm working on an Instagram unofficial client for UWP and using Microsoft.Toolkit.Uwp.UI.Controls.MarkdownTextBlock for captions and some other things.
Everything is going very well in English texts but when text is in an RTL language like Persian it uses LTR for them too.
Unfortunately, MarkdownTextBlock doesn't have a TextAlignment
property and also I wasn't able to find a markdown to show text in Right to left.
Is there any way for it?
UWP Target Platform: Windows 10 Version 1803 (Build 17134) Minimum version; Anniversary Update (Build 14393) Microsoft.Toolkit.Uwp.UI.Controls: V4.0 (Because I want to support Windows 10 Mobile it's not possible to use V5.0)
Thank you
I have logged an issue on github as well as a fix for the issue. When all of the kinks are worked out it will be released in the next version.
UPDATE: Fix has been merged. Feel free to take the source and use in your app or wait until the next version is released.