From 303d10d07b45576cb3542e36d11ced51c01e465c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 26 Jul 2017 12:55:15 +0200 Subject: Small tweak in test (add --wrap=preserve). --- test/command/3816.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'test/command') 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 -

This is an equation: \[\begin{equation} +

This is an equation: +\[\begin{equation} y+2 = 3 \end{equation}\]

-

This is a system of equations: \[\begin{align*} +

This is a system of equations: +\[\begin{align*} x^2+y^2 & = 2 \\ \sin(y) & = 0.5 \end{align*}\]

-

This is Euler’s formula: \[\begin{eqnarray*} +

This is Euler’s formula: +\[\begin{eqnarray*} e^{i\pi} + 1 & = & 0. \end{eqnarray*}\]

``` -- cgit v1.2.3