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