aboutsummaryrefslogtreecommitdiff
path: root/test/command/macros.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/macros.md')
-rw-r--r--test/command/macros.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/command/macros.md b/test/command/macros.md
new file mode 100644
index 000000000..74d63ef08
--- /dev/null
+++ b/test/command/macros.md
@@ -0,0 +1,8 @@
+```
+% pandoc -t markdown
+\newcommand{\my}{\phi}
+$\my+\my$
+^D
+\newcommand{\my}{\phi}
+$\phi+\phi$
+```