From 9c4dc8b49b3894d51aa37fbcff1c228776ffb98f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 5 Feb 2020 09:48:42 -0800 Subject: LaTeX reader: skip comments in more places where this is needed. Closes #6114. --- test/command/6114.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/command/6114.md (limited to 'test/command') 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","")]] +``` -- cgit v1.2.3