pandoc/test/pptx/slide-level-0/h1-h2-with-table/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

14 lines
374 B
Text

[Header 1 ("hello",[],[]) [Str "Hello"]
,Header 2 ("there",[],[]) [Str "There"]
,Table ("",[],[]) (Caption Nothing
[])
[(AlignDefault,ColWidth 5.555555555555555e-2)]
(TableHead ("",[],[])
[])
[(TableBody ("",[],[]) (RowHeadColumns 0)
[]
[Row ("",[],[])
[Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
[Plain [Str "1"]]]])]
(TableFoot ("",[],[])
[])]