From 8f75a535429abdd8bd089f83a04a783baa60ce31 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 3 Nov 2020 10:25:56 -0800 Subject: Properly support optional cite argument for `\blockquote`. (LaTeX reader) Closes #6802. --- test/command/6802.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/command/6802.md (limited to 'test/command/6802.md') diff --git a/test/command/6802.md b/test/command/6802.md new file mode 100644 index 000000000..8f56f0e43 --- /dev/null +++ b/test/command/6802.md @@ -0,0 +1,9 @@ +``` +% pandoc -f latex -t native +\blockquote[test][]{quote} +^D +[BlockQuote + [Para [Str "quote"] + ,Para [Str "test"]]] + +``` -- cgit v1.2.3