e0290fd18b
This prevents the closing delimiter from being swalled up in the comment. Closes #4880.
7 lines
60 B
Markdown
7 lines
60 B
Markdown
```
|
|
% pandoc -t latex
|
|
$x=y%comment$
|
|
^D
|
|
\(x=y%comment
|
|
\)
|
|
```
|