pandoc/test/command/3113.md
John MacFarlane f20c89e243 LaTeX reader: Better handling of comments inside math environments.
This solves a problem with commented out `\end{eqnarray}` inside
an eqnarray (among other things).

Closes #3113.
2017-05-06 22:16:43 +02:00

220 B

% pandoc -f latex -t native
\begin{eqnarray}
A&=&B,\\
C&=&D,\\
%\end{eqnarray}
%\begin{eqnarray}
E&=&F
\end{eqnarray}
^D
[Para [Math DisplayMath "\\begin{aligned}\nA&=&B,\\\\\nC&=&D,\\\\\nE&=&F\\end{aligned}"]]