diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-11-02 14:02:24 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-11-02 14:04:38 -0700 |
commit | 938d55784486f42d80cc4c2fcfe6ae905be382cd (patch) | |
tree | c455d22daff3f38ae48264c1cb808637d8f24333 /test/docx | |
parent | 45bcd7d3f1c78d08d20db3b6929421c896fa869a (diff) | |
download | pandoc-938d55784486f42d80cc4c2fcfe6ae905be382cd.tar.gz |
Docx reader: don't let first line indents trigger block quotes.
This fixes a regression introduced in pandoc 2.15 by PR #7606.
Closes #7655.
Diffstat (limited to 'test/docx')
-rw-r--r-- | test/docx/relative_indentation_blockquotes.docx | bin | 12492 -> 12655 bytes | |||
-rw-r--r-- | test/docx/relative_indentation_blockquotes.native | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/docx/relative_indentation_blockquotes.docx b/test/docx/relative_indentation_blockquotes.docx Binary files differindex f318a8509..fe252280e 100644 --- a/test/docx/relative_indentation_blockquotes.docx +++ b/test/docx/relative_indentation_blockquotes.docx diff --git a/test/docx/relative_indentation_blockquotes.native b/test/docx/relative_indentation_blockquotes.native index 37806f289..6a70aece8 100644 --- a/test/docx/relative_indentation_blockquotes.native +++ b/test/docx/relative_indentation_blockquotes.native @@ -1,4 +1,6 @@ [Header 1 ("indentation-blockquotes",[],[]) [Str "Indentation",Space,Str "blockquotes"] +,Para [Str "Foobar"] +,Para [Str "First",Space,Str "line",Space,Str "indented."] ,Para [Str "Normal",Space,Str "list",Space,Str "paragraph"] ,Para [Str "List",Space,Str "paragraph",Space,Str "with",Space,Str "less",Space,Str "indent"] ,BlockQuote [Para [Str "List",Space,Str "paragraph",Space,Str "with",Space,Str "more",Space,Str "indent"]]] |