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