packages feed

asciidoc-0.1: test/asciidoctor/document/title-with-author-no-email.test

= The Dangerous and Thrilling Documentation Chronicles
Kismet Rainbow Chameleon
>>>
Document
  { docMeta =
      Meta
        { docTitle =
            [ Inline
                mempty (Str "The Dangerous and Thrilling Documentation Chronicles")
            ]
        , docTitleAttributes = Nothing
        , docAuthors =
            [ Author
                { authorName = "Kismet Rainbow Chameleon" , authorEmail = Nothing }
            ]
        , docRevision = Nothing
        , docAttributes = fromList [ ( "sectids" , "" ) ]
        }
  , docBlocks = []
  }