yzane / vscode-markdown-pdf

Markdown converter for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=yzane.markdown-pdf
Other
1.01k stars 206 forks source link

Unable convert content inside “$” part. #199

Open brainwatcher opened 4 years ago

brainwatcher commented 4 years ago

I try to convert .md to pdf. Some parts has "$...$" contents. These parts were not converted correctly. For instance, "$x_{a}$" is not converted in to "Xa", it remains its code format in the pdf. Did I miss any setting or option for this? Thank you.