From d3be567a73478298485f66b2d2af5ca066eae052 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 9 May 2018 10:37:04 -0700 Subject: Fix regression with tex math environments in HTML + MathJax. Closes #4639. --- test/command/4639.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/command/4639.md (limited to 'test') 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 +

\[\begin{equation} + E=mc^2 +\end{equation}\]

+``` -- cgit v1.2.3