From 377640402f32e8189fc88e54515c397ce48cc916 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 17 Feb 2018 23:06:54 -0800 Subject: LaTeX reader: Fixed comments inside citations. Closes #4374. --- test/command/4374.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/command/4374.md (limited to 'test') diff --git a/test/command/4374.md b/test/command/4374.md new file mode 100644 index 000000000..296c116a9 --- /dev/null +++ b/test/command/4374.md @@ -0,0 +1,7 @@ +``` +% pandoc -f latex -t native +\cite{a% +} +^D +[Para [Cite [Citation {citationId = "a", citationPrefix = [], citationSuffix = [], citationMode = NormalCitation, citationNoteNum = 0, citationHash = 0}] [RawInline (Format "latex") "\\cite{a%\n}"]]] +``` -- cgit v1.2.3