asciidoc-0.1: test/asciidoctor/document/title-with-author.test
= The Dangerous and Thrilling Documentation Chronicles
Kismet Rainbow Chameleon <kismet@asciidoctor.org>
>>>
Document
{ docMeta =
Meta
{ docTitle =
[ Inline
mempty (Str "The Dangerous and Thrilling Documentation Chronicles")
]
, docTitleAttributes = Nothing
, docAuthors =
[ Author
{ authorName = "Kismet Rainbow Chameleon"
, authorEmail = Just "kismet@asciidoctor.org"
}
]
, docRevision = Nothing
, docAttributes = fromList [ ( "sectids" , "" ) ]
}
, docBlocks = []
}