packages feed

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

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