esm7/obsidian-rtl

problem with quotes

s1avash26 opened this issue · 2 comments

At first I wanna thank you for this beautiful plugin,
When I write Persian in obsidian and while using rtl, I have to write some codes but when I write codes between three backticks the code is still aligned to right, when I change its format for example bash or js it aligns to left but if there are some quotes or other symbols that should be in the end of line they come to the beginning of line, like following

cat wayback_urls | grep "="

it becomes,
"=" cat wayback_urls | grep

Is there a way to solve this problem?
thank you

esm7 commented

Sounds like a tough one, I'll look into it.

after updating your extension, now this problem is solved. Tnx <3