goessner / markdown-it-texmath

Support TeX math equations with your Markdown documents.
MIT License
161 stars 29 forks source link

Change "'dollar'" to "dollar" in settings.json #17

Closed myoung-space-science closed 5 years ago

myoung-space-science commented 5 years ago

I had to change "mdmath.delimiters": "'dollars'" to "mdmath.delimiters": "dollars" (i.e., remove single quotes within double quotes around dollars) in settings.json in order to render as expected math in VS Code on Ubuntu 18.04. Before removing the single quotes, TeX syntax just showed up as typed in the source.

Before: mdmath-before

After: mdmath-after

goessner commented 5 years ago

This is not a markdown-it-texmath issue, but an mdmath one.

I will have a look at that issue there ...

thanks