packages feed

asciidoc-0.1: test/asciidoctor/inline_image/icon.test

:icons:
icon:tags[]
>>>
Document
  { docMeta =
      Meta
        { docTitle = []
        , docTitleAttributes = Nothing
        , docAuthors = []
        , docRevision = Nothing
        , docAttributes =
            fromList [ ( "icons" , "" ) , ( "sectids" , "" ) ]
        }
  , docBlocks =
      [ Block mempty Nothing (Paragraph [ Inline mempty (Icon "tags") ])
      ]
  }