Kia ora all,
I am writing some Markdown content which gets turned into two things:
The problem is that I write my LaTeX equations like this:
\begin{align*}
force &= mass\times acceleration \\
F &= m \times a
\end{align*}
But the newlines are not rendered consistently. I have read about using \\\\\\
backslashes to get Hugo to output the correct newlines, but this creates completely incorrect Pandoc output.
Pandoc/reveal.js Output
Hugo Output
Is there a way to reconcile these two outputs?