diff options
Diffstat (limited to 'test/command/latex-command-comment.md')
-rw-r--r-- | test/command/latex-command-comment.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/command/latex-command-comment.md b/test/command/latex-command-comment.md new file mode 100644 index 000000000..640277f15 --- /dev/null +++ b/test/command/latex-command-comment.md @@ -0,0 +1,7 @@ +``` +pandoc -f latex -t native +\emph% +{hi} +^D +[Para [Emph [Str "hi"]]] +``` |