packages feed

asciidoc-0.1: test/asciidoctor/document/title-with-revremark.test

= Document Title
Kismet Chameleon
v1.0, October 2, 2013: First incarnation
>>>
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 = Just "October 2, 2013"
                , revRemark = Just "First incarnation"
                }
        , docAttributes = fromList [ ( "sectids" , "" ) ]
        }
  , docBlocks = []
  }