e752669e50
`braced` now actually requires nested braces. Otherwise some legitimate command and environment definitions can break (see test/command/tex-group.md).
130 B
130 B
% pandoc -f latex -t html
\newenvironment{foo}%
{\emph\bgroup}%
{\egroup}
\begin{foo}
hi
\end{foo}
^D
<p><em>hi</em></p>