aboutsummaryrefslogtreecommitdiff
path: root/test/command/987.md
blob: fc75d2c56362001e6e80cda8bb9d84257265371d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
```
% pandoc -f latex -t markdown
\documentclass{article}
\newenvironment{flubble}{FOO}{BAR}
\begin{document}
   \begin{flubble}
   grr
   \end{flubble}
\end{document}
^D
FOO grr BAR
```