diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/command/9193.md | 7 | ||||
| -rw-r--r-- | test/testsuite.txt | 3 |
2 files changed, 8 insertions, 2 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" ] ] +``` diff --git a/test/testsuite.txt b/test/testsuite.txt index 9413cc81a..1b58922d1 100644 --- a/test/testsuite.txt +++ b/test/testsuite.txt @@ -522,8 +522,7 @@ Ellipses...and...and.... - $p$-Tree - Here's some display math: $$\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}$$ -- Here's one that has a line break in it: $\alpha + \omega \times -x^2$. +- Here's one that has a line break in it: $\alpha + \omega \times x^2$. These shouldn't be math: |
