joeyuping / quick_latex_obsidian

MIT License
326 stars 21 forks source link

\$ should not produce \$$, right? #85

Closed lebigot closed 1 year ago

lebigot commented 1 year ago

As far as I understand, because two $ on a line are interpreted as LaTeX code, entering the dollar (currency) sign as \$ is a good practice.

Now, this means that it would be useful that \$ do not result in \$$ (but simply in \$). Would this make sense?

joeyuping commented 1 year ago

Thank you! @lebigot Indeed thats really reasonable. I will include that in the next update.

and sorry for the late reply!

joeyuping commented 1 year ago

Hi! @lebigot please see update 2.6.1

lebigot commented 1 year ago

This works for me, thanks a lot!