6f739cdb4d
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.
10 lines
165 B
Markdown
10 lines
165 B
Markdown
```
|
|
% 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>
|
|
```
|