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