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

BUG: Escaped \[ ] is converted to a checkbox #295

Open PeterCon opened 2 years ago

PeterCon commented 2 years ago

When exporting to HTML, [ ] is always converted to a checkbox, even when escaped or with NBSP inserted:

\[ ]
\[ \]
\[ \]

Moreover, all of the text preceding the opening square bracket is deleted. This should not happen--the escape on the opening square bracket should be enough to prevent it.