mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-23 00:36:29 +00:00
The commit 7a9832166e
had the effect that blank lines would be collapsed
in HTML attributes.
We also roll back a change that collapsed multiple
spaces into one.
165 B
165 B
% pandoc -t html --mathjax
\begin{equation}
E=mc^2
\end{equation}
^D
<p><span class="math display">\[\begin{equation}
E=mc^2
\end{equation}\]</span></p>