mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-24 17:26:32 +00:00
185 B
185 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