packages feed

asciidoc-0.1: test/asciidoctor/open/abstract.test

[abstract]
--
This is an abstract quote block.
--
>>>
Document
  { docMeta =
      Meta
        { docTitle = []
        , docTitleAttributes = Nothing
        , docAuthors = []
        , docRevision = Nothing
        , docAttributes = fromList [ ( "sectids" , "" ) ]
        }
  , docBlocks =
      [ Block
          Attr
          ( [ "abstract" ] , fromList [] )
          Nothing
          (OpenBlock
             [ Block
                 mempty
                 Nothing
                 (Paragraph
                    [ Inline mempty (Str "This is an abstract quote block.") ])
             ])
      ]
  }