pandoc/tests/docx/enumerated_headings.native
Jesse Rosenthal 7f4a40474c Docx reader: Add test for enumerated headers.
We don't want them to turn into a list.
2016-03-16 12:56:17 -04:00

4 lines
155 B
Text

[Header 1 ("h1",[],[]) [Str "H1"]
,Header 2 ("h2",[],[]) [Str "H2"]
,Header 3 ("h3",[],[]) [Str "H3"]
,Para [Str "And",Space,Str "some",Space,Str "text"]]