pandoc-2.0: test/command/982.md
```
% 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"]]
```
```
% 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"]]
```