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