diff options
Diffstat (limited to 'test/command')
-rw-r--r-- | test/command/macros.md | 8 |
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$ +``` |