packages feed

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

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