``` % 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. ```