mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-05 07:05:44 +00:00
This solves a problem with commented out `\end{eqnarray}` inside
an eqnarray (among other things).
Closes #3113.
14 lines
220 B
Markdown
14 lines
220 B
Markdown
```
|
|
% 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}"]]
|
|
```
|
|
|