pandoc/test/docx/relative_indentation_blockquotes.native
John MacFarlane 938d557844 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.
2021-11-02 14:04:38 -07:00

6 lines
430 B
Text

[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"]]]