aboutsummaryrefslogtreecommitdiff
path: root/test/command/4848.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-08-21 21:01:52 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-08-21 21:03:43 -0700
commit3b5949e8f278a8d407777f567fdaf8e421323ced (patch)
treeb7203d45af30ef77c88c55f9ea02943b9e85d1dd /test/command/4848.md
parent5823031796922f14ce9bbc913c8b453a66563ff5 (diff)
downloadpandoc-3b5949e8f278a8d407777f567fdaf8e421323ced.tar.gz
LaTeX reader: support blockcquote, foreignblockquote from csquotes.
Also foreigncblockquote, hyphenblockquote, hyphencblockquote. Closes #4848. But note: currently foreignquote will be parsed as a regular Quoted inline (not using the quotes appropriate to the foreign language).
Diffstat (limited to 'test/command/4848.md')
-rw-r--r--test/command/4848.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/command/4848.md b/test/command/4848.md
index 287bd9d33..2cd2bab34 100644
--- a/test/command/4848.md
+++ b/test/command/4848.md
@@ -39,7 +39,8 @@ consectetuer.
^D
[Para [Str "Lorem",Space,Str "ipsum"]
,BlockQuote
- [Para [Str "dolor",Space,Str "sit",Space,Str "amet",Space,Cite [Citation {citationId = "Knu86", citationPrefix = [], citationSuffix = [Str "198"], citationMode = NormalCitation, citationNoteNum = 0, citationHash = 0}] [RawInline (Format "latex") "\\cite[198]{Knu86}"]]]
+ [Para [Str "dolor",Space,Str "sit",Space,Str "amet"]
+ ,Para [Cite [Citation {citationId = "Knu86", citationPrefix = [], citationSuffix = [Str "198"], citationMode = NormalCitation, citationNoteNum = 0, citationHash = 0}] []]]
,Para [Str "consectetuer."]]
```
@@ -50,8 +51,8 @@ Lorem ipsum
consectetuer.
^D
[Para [Str "Lorem",Space,Str "ipsum"]
-,Div ("",[],[("lang","it")])
- [BlockQuote
+,BlockQuote
+ [Div ("",[],[("lang","it")])
[Para [Str "dolor",Space,Str "sit",Space,Str "amet"]]]
,Para [Str "consectetuer."]]
```