aboutsummaryrefslogtreecommitdiff
path: root/test/command/982.md
blob: 5f54f77133684f6a674b7080a7c94cc2e074f494 (plain)
1
2
3
4
5
6
7
8
9
10
11
```
% pandoc -f latex -t native
\newcommand{\BEQ}{\begin{equation}}
\newcommand{\EEQ}{\end{equation}}

\BEQ
y=x^2
\EEQ
^D
[Para [Math DisplayMath "y=x^2"]]
```