aboutsummaryrefslogtreecommitdiff
path: root/test/command/10836.md
blob: 864361b5cac4ad53856df07473d3bf3b68bf6fb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
```
% pandoc -f org -t latex
Some equation here
\begin{equation}
x = y
\end{equation}
where $x$ is something important.
^D
Some equation here \begin{equation}
x = y
\end{equation} where \(x\) is something important.
```