summaryrefslogtreecommitdiff
path: root/test/command/982.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/982.md')
-rw-r--r--test/command/982.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/command/982.md b/test/command/982.md
new file mode 100644
index 000000000..5f54f7713
--- /dev/null
+++ b/test/command/982.md
@@ -0,0 +1,11 @@
+```
+% pandoc -f latex -t native
+\newcommand{\BEQ}{\begin{equation}}
+\newcommand{\EEQ}{\end{equation}}
+
+\BEQ
+y=x^2
+\EEQ
+^D
+[Para [Math DisplayMath "y=x^2"]]
+```