pandoc/test/command/4880.md
John MacFarlane e0290fd18b LaTeX writer: add newline if math ends in a comment.
This prevents the closing delimiter from being swalled
up in the comment.

Closes #4880.
2018-10-31 21:51:20 -07:00

60 B

% pandoc -t latex
$x=y%comment$
^D
\(x=y%comment
\)