asciidoc-0.1: test/asciidoctor/floating_title/level3.test
[discrete]
==== Discrete Title Level 3
>>>
Document
{ docMeta =
Meta
{ docTitle = []
, docTitleAttributes = Nothing
, docAuthors = []
, docRevision = Nothing
, docAttributes = fromList [ ( "sectids" , "" ) ]
}
, docBlocks =
[ Block
mempty
Nothing
(DiscreteHeading
(Level 3) [ Inline mempty (Str "Discrete Title Level 3") ])
]
}