pandoc/test/command/987.md

13 lines
185 B
Markdown
Raw Normal View History

```
pandoc -f latex -t markdown
\documentclass{article}
\newenvironment{flubble}{FOO}{BAR}
\begin{document}
\begin{flubble}
grr
\end{flubble}
\end{document}
^D
FOO grr BAR
```