aboutsummaryrefslogtreecommitdiff
path: root/test/command/6802.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-11-03 10:25:56 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-11-03 10:25:56 -0800
commit8f75a535429abdd8bd089f83a04a783baa60ce31 (patch)
tree3b9fb5f874b00b60ce9a75ad432a306bc7fe7966 /test/command/6802.md
parentb9d11379df402e1a931e2400bc350b4598fcda87 (diff)
downloadpandoc-8f75a535429abdd8bd089f83a04a783baa60ce31.tar.gz
Properly support optional cite argument for `\blockquote`.
(LaTeX reader) Closes #6802.
Diffstat (limited to 'test/command/6802.md')
-rw-r--r--test/command/6802.md9
1 files changed, 9 insertions, 0 deletions
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"]]]
+
+```