mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 20:07:22 +00:00
581c94913f
Closes #7953.
145 B
145 B
% pandoc -f latex -t html
\newenvironment{foo}%
{\emph\bgroup}%
{\egroup}
\begin{foo}
hi
\end{foo}
^D
<p><span> <em>hi</em> </span></p>