Is there any existing addon spec for markdown that includes support for RTL languages?
What I'm hoping for is something like
This paragraph is left to right
<- This paragraph is right to left
Or something... I can tweak my parser to handle this but I want to make sure it doesn't exist already.
Thanks.