diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/command/5682.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/command/5682.md b/test/command/5682.md new file mode 100644 index 000000000..6d3b9fa0c --- /dev/null +++ b/test/command/5682.md @@ -0,0 +1,8 @@ +``` +% pandoc -t native -f latex +\newcommand{\ittakestwo}[2][defaultone]{#2} +\ittakestwo[to]{tango} +^D +[Para [Str "tango"]] +``` + |