mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-10 19:37:12 +00:00
23178ec96e
This is a regression in pandoc 3.0 that affects environments with arguments. Closes #8573.
128 B
128 B
% pandoc -f latex -t plain
\newenvironment{myenv}[1]{Open#1}{Close}
\begin{myenv}{x}Hello\end{myenv}
^D
OpenxHelloClose