notion-rtl icon indicating copy to clipboard operation
notion-rtl copied to clipboard

Support for RTL with inline math

Open bitterbit opened this issue 4 years ago • 2 comments

Thank you for this great extension! When using RTL together with an inline math expression, it happens to reverse the order of the math symbols.

Screen Shot 2021-06-26 at 13 00 18

See how it displays 3 = ... instead of ... = 3

bitterbit avatar Jun 26 '21 10:06 bitterbit

Thanks for your report, i did some investigation and found out we need to forcibly add LTR directions on Latex inline blocks. Will roll this update in the next release.

Fahme avatar Jun 27 '21 20:06 Fahme

p.s. this is fixed in https://github.com/notion-enhancer/repo/blob/dev/right-to-left/client.mjs

dragonwocky avatar Oct 21 '21 03:10 dragonwocky