aboutsummaryrefslogtreecommitdiff
path: root/test/command/4639.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/4639.md')
-rw-r--r--test/command/4639.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/command/4639.md b/test/command/4639.md
new file mode 100644
index 000000000..c35df1749
--- /dev/null
+++ b/test/command/4639.md
@@ -0,0 +1,10 @@
+```
+% pandoc -t html --mathjax
+\begin{equation}
+ E=mc^2
+\end{equation}
+^D
+<p><span class="math display">\[\begin{equation}
+ E=mc^2
+\end{equation}\]</span></p>
+```