mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 21:25:48 +00:00
Preserve them: otherwise we can get unwanted results if there's a `%` comment. Closes #9193.
8 lines
76 B
Markdown
8 lines
76 B
Markdown
```
|
|
% pandoc -t native
|
|
$a+%
|
|
b$
|
|
^D
|
|
[ Para [ Math InlineMath "a+%\nb" ] ]
|
|
```
|