mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-04 14:45:50 +00:00
This prevents the closing delimiter from being swalled up in the comment. Closes #4880.
8 lines
60 B
Markdown
8 lines
60 B
Markdown
```
|
|
% pandoc -t latex
|
|
$x=y%comment$
|
|
^D
|
|
\(x=y%comment
|
|
\)
|
|
```
|