pandoc/test/docx/drop_cap_nostrip.native
John MacFarlane d6c58eb836 Docx reader: don't strip out empty paragraphs.
We now have the `--strip-empty-paragraphs` option for that,
if you want it.  Closes #2252.

Updated docx reader tests.

We use stripEmptyParagraphs to avoid changing too
many tests.  We should add new tests for empty paragraphs.
2017-12-02 16:51:31 -08:00

9 lines
267 B
Text

[Para [Str "Drop",Space,Str "cap."]
,Para []
,Para [Str "Next",Space,Str "paragraph."]
,Para []
,Para [Str "Drop",Space,Str "cap",Space,Str "in",Space,Str "margin."]
,Para []
,Para []
,Para []
,Para [Str "Drop",Space,Str "cap",Space,Str "(not",Space,Str "really)."]]