summaryrefslogtreecommitdiff
path: root/test/command/4254.md
blob: e4cc5c6b03d7c26dd1f71a01af0119905600d54a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
```
% pandoc -f rst -t latex
.. math::

   x &= y\\
   y &= z
^D
\[\begin{aligned}
x &= y\\
y &= z
\end{aligned}\]
```