summaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-07-26 12:55:15 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-07-26 12:55:15 +0200
commit303d10d07b45576cb3542e36d11ced51c01e465c (patch)
treea1028a00590108091cc770d75a0a8c5cdd36e666 /test/command
parente0ab09611a8ab42c69da81ed3fd3c3df8c0c70de (diff)
Small tweak in test (add --wrap=preserve).
Diffstat (limited to 'test/command')
-rw-r--r--test/command/3816.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/test/command/3816.md b/test/command/3816.md
index dba37bfec..3979ea9ab 100644
--- a/test/command/3816.md
+++ b/test/command/3816.md
@@ -1,5 +1,5 @@
```
-% pandoc --mathjax -t html5
+% pandoc --mathjax -t html5 --wrap=preserve
This is an equation:
\begin{equation}
y+2 = 3
@@ -16,14 +16,17 @@ This is Euler's formula:
e^{i\pi} + 1 & = & 0.
\end{eqnarray*}
^D
-<p>This is an equation: <span class="math display">\[\begin{equation}
+<p>This is an equation:
+<span class="math display">\[\begin{equation}
y+2 = 3
\end{equation}\]</span></p>
-<p>This is a system of equations: <span class="math display">\[\begin{align*}
+<p>This is a system of equations:
+<span class="math display">\[\begin{align*}
x^2+y^2 &amp; = 2 \\
\sin(y) &amp; = 0.5
\end{align*}\]</span></p>
-<p>This is Euler’s formula: <span class="math display">\[\begin{eqnarray*}
+<p>This is Euler’s formula:
+<span class="math display">\[\begin{eqnarray*}
e^{i\pi} + 1 &amp; = &amp; 0.
\end{eqnarray*}\]</span></p>
```