mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-10 03:17:16 +00:00
5f7e7f539a
This prevented `--accept` from working properly.
187 B
187 B
% pandoc -f latex -t markdown
\documentclass{article}
\newenvironment{flubble}{FOO}{BAR}
\begin{document}
\begin{flubble}
grr
\end{flubble}
\end{document}
^D
FOO grr BAR