9223788a05
We insert an HTML comment to avoid a `$` right before a digit, which pandoc will not recognize as a math delimiter.
6 lines
82 B
Markdown
6 lines
82 B
Markdown
```
|
|
% pandoc -f latex -t markdown
|
|
5\(-\)8 \(x\)
|
|
^D
|
|
5$-$`<!-- -->`{=html}8 $x$
|
|
```
|