pandoc/test/pptx/slide-breaks/input.native
Emily Bourke 8dbea49092 pptx: Restructure tests
- Use dashes consistently rather than underscores
- Make a folder for each set of tests
- List test files explicitly (Cabal doesn’t support ** until version
  2.4)
2021-09-01 07:16:17 -07:00

7 lines
501 B
Text

Pandoc (Meta {unMeta = fromList []})
[Para [Str "Break",Space,Str "with",Space,Str "a",Space,Str "new",Space,Str "section-level",Space,Str "header"]
,Header 1 ("below-section-level",[],[]) [Str "Below",Space,Str "section-level"]
,Header 2 ("section-level",[],[]) [Str "Section-level"]
,Para [Str "Third",Space,Str "slide",Space,Str "(with",Space,Str "a",Space,Str "section-level",Space,Str "of",Space,Str "2)"]
,HorizontalRule
,Para [Str "This",Space,Str "is",Space,Str "another",Space,Str "slide."]]