timonwong / OmniMarkupPreviewer

Sublime Text 2&3 plugin to live preview markup files, supported (not limited to) markup formats are markdown, reStructuredText, WikiCreole and textile.
MIT License
500 stars 74 forks source link

Mathjax not working as according to docs #132

Open 17795 opened 5 years ago

17795 commented 5 years ago

changed my settings-user to enable mathjax by "mathjax_enabled": true, but when i tried to type some inline equations, i couldn't get it to work when i did\\(.......\\)

after examing \OmniMarkupPreviewer\OmniMarkupLib\Renderers\libs\mdx_mathjax.py and trying randomly, i found out that the equations would only work when i do\(......\), which is not the same as the docs on mathjax

of course this doesn't affect me using mathjax, just, the issue still bother me

i don't know much about RE, (actually i am just guessing that this has anything to do with RE) so i couldn't fix it

really hoping someone could fix this, or at least explain what caused this

thanks for your time