From c46febaaeef1c203f5bbb88d845ad5554622f609 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 10 Mar 2017 09:46:32 +0100 Subject: Expand \newenvironment macros. Closes #987. Depends on still unreleased texmath 0.9.3. --- test/command/987.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/command/987.md (limited to 'test/command/987.md') diff --git a/test/command/987.md b/test/command/987.md new file mode 100644 index 000000000..f632231ef --- /dev/null +++ b/test/command/987.md @@ -0,0 +1,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 +``` -- cgit v1.2.3