diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-11-15 10:06:22 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-11-15 10:06:22 -0800 |
| commit | cd48bf40597e99bec6419a9a0b49fef46330d56c (patch) | |
| tree | 06d4e8c22fcd70e3190849139d2b22669f50f758 /test/command/9193.md | |
| parent | 0283cdc200b7ee44d3abdcc7061c47473ed9fd92 (diff) | |
Markdown reader: don't change newlines to spaces in math.
Preserve them: otherwise we can get unwanted results if there's
a `%` comment. Closes #9193.
Diffstat (limited to 'test/command/9193.md')
| -rw-r--r-- | test/command/9193.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/command/9193.md b/test/command/9193.md new file mode 100644 index 000000000..3a5a7a941 --- /dev/null +++ b/test/command/9193.md @@ -0,0 +1,7 @@ +``` +% pandoc -t native +$a+% +b$ +^D +[ Para [ Math InlineMath "a+%\nb" ] ] +``` |
