vscode-hackmd
vscode-hackmd copied to clipboard
LaTeX equations break rendering
The following markdown is rendered without "-" list item marker.
List:
- a list item with $equation$.
Actual result:

Expected result:

HackMD VSCode extension version: 1.1.2 VSCode version: 1.50.0
Another example with LaTeX equations that breaks rendering:
One equation works just fine:
$f(x)$
Two equations in a row do not work:
$f(x)$, $f(x)$
Result: