asciidoc-0.1: test/feature/sectids/nosectid.test
= Title
:!sectids:
== My section
>>>
Document
{ docMeta =
Meta
{ docTitle = [ Inline mempty (Str "Title") ]
, docTitleAttributes = Nothing
, docAuthors = []
, docRevision = Nothing
, docAttributes = fromList []
}
, docBlocks =
[ Block
mempty
Nothing
(Section (Level 1) [ Inline mempty (Str "My section") ] [])
]
}