asciidoc-0.1: test/asciidoctor/document/title-with-revnumber.test
= Document Title
Kismet Chameleon
v1.0
>>>
Document
{ docMeta =
Meta
{ docTitle = [ Inline mempty (Str "Document Title") ]
, docTitleAttributes = Nothing
, docAuthors =
[ Author
{ authorName = "Kismet Chameleon" , authorEmail = Nothing }
]
, docRevision =
Just
Revision
{ revVersion = "1.0" , revDate = Nothing , revRemark = Nothing }
, docAttributes = fromList [ ( "sectids" , "" ) ]
}
, docBlocks = []
}