aboutsummaryrefslogtreecommitdiff
path: root/test/command/latex-command-comment.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/latex-command-comment.md')
-rw-r--r--test/command/latex-command-comment.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/command/latex-command-comment.md b/test/command/latex-command-comment.md
index 640277f15..1a1317925 100644
--- a/test/command/latex-command-comment.md
+++ b/test/command/latex-command-comment.md
@@ -1,7 +1,7 @@
```
-pandoc -f latex -t native
+% pandoc -f latex -t native
\emph%
{hi}
^D
-[Para [Emph [Str "hi"]]]
+[ Para [ Emph [ Str "hi" ] ] ]
```