aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-02-05 09:48:42 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-02-05 09:48:42 -0800
commit9c4dc8b49b3894d51aa37fbcff1c228776ffb98f (patch)
treee5fb3f27d90fb897186b98c06dd755c647b23b5b /test/command
parentb018028ee9f733d5c6907e4ef362794e75b8c38c (diff)
downloadpandoc-9c4dc8b49b3894d51aa37fbcff1c228776ffb98f.tar.gz
LaTeX reader: skip comments in more places where this is needed.
Closes #6114.
Diffstat (limited to 'test/command')
-rw-r--r--test/command/6114.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/command/6114.md b/test/command/6114.md
new file mode 100644
index 000000000..e0f2d675b
--- /dev/null
+++ b/test/command/6114.md
@@ -0,0 +1,7 @@
+```
+% pandoc -f latex -t native
+\includegraphics[width=.85\textwidth]%
+ {pic_M87star.pdf}
+^D
+[Para [Image ("",[],[("width",".85\\textwidth")]) [Str "image"] ("pic_M87star.pdf","")]]
+```