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}\] ```