aboutsummaryrefslogtreecommitdiff
path: root/test/command/982.md
blob: 4b997c4c437365191d115a6786fa7c9d91b48b8e (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" ] ]
```