aboutsummaryrefslogtreecommitdiff
path: root/test/docbook-chapter.native
blob: ee06213c8e0f1a357e9847b4ba9f8c941e3fb55f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Pandoc
  Meta { unMeta = fromList [] }
  [ Header 1 ( "" , [] , [] ) [ Str "Test Chapter" ]
  , Para [ Str "This chapter uses recursive sections." ]
  , Header 2 ( "" , [] , [] ) [ Str "Like a Sect1" ]
  , Para [ Str "This section is like a Sect1." ]
  , Header 3 ( "" , [] , [] ) [ Str "Like a Sect2" ]
  , Para [ Str "This section is like a Sect2." ]
  , Header 4 ( "" , [] , [] ) [ Str "Like a Sect3" ]
  , Para [ Str "This section is like a Sect3." ]
  , Header 5 ( "" , [] , [] ) [ Str "Like a Sect4" ]
  , Para [ Str "This section is like a Sect4." ]
  , Header 6 ( "" , [] , [] ) [ Str "Like a Sect5" ]
  , Para [ Str "This section is like a Sect5." ]
  , Header 7 ( "" , [] , [] ) [ Str "Would be like a Sect6" ]
  , Para
      [ Str
          "This section would be like a Sect6, if there was one."
      ]
  , Header 8 ( "" , [] , [] ) [ Str "Would be like a Sect7" ]
  , Para
      [ Str
          "This section would be like a Sect7, if there was one."
      ]
  ]