diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-11-03 10:25:56 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-11-03 10:25:56 -0800 |
commit | 8f75a535429abdd8bd089f83a04a783baa60ce31 (patch) | |
tree | 3b9fb5f874b00b60ce9a75ad432a306bc7fe7966 /test | |
parent | b9d11379df402e1a931e2400bc350b4598fcda87 (diff) | |
download | pandoc-8f75a535429abdd8bd089f83a04a783baa60ce31.tar.gz |
Properly support optional cite argument for `\blockquote`.
(LaTeX reader)
Closes #6802.
Diffstat (limited to 'test')
-rw-r--r-- | test/command/6802.md | 9 |
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"]]] + +``` |