Users would like sometimes to write both RTL and LTR text in one single post.
Right now, the direction of everything in the website (including text editor and posted posts) depends on the layout of the language used. Arabic means RTL and English means LTR.
It would be helpful if one can choose that he wants these paragraphs to be opposite the direction of the website.
I tried:
<div dir="rtl">
…
</div>
to force a direction change since HTML is supported, but that didn’t do anything, even if it does on GitHub.
If the above works, then it will be enough as a first step