asciidoc-0.1: test/asciidoctor/section/level3.test
==== Section Level 3
>>>
Document
{ docMeta =
Meta
{ docTitle = []
, docTitleAttributes = Nothing
, docAuthors = []
, docRevision = Nothing
, docAttributes = fromList [ ( "sectids" , "" ) ]
}
, docBlocks =
[ Block
Attr
( [] , fromList [ ( "id" , "_section_level_3" ) ] )
Nothing
(Section (Level 1) [ Inline mempty (Str "Section Level 3") ] [])
]
}