packages feed

asciidoc-0.1: test/asciidoctor/inline_anchor/link.test

http://www.asciidoctor.org
>>>
Document
  { docMeta =
      Meta
        { docTitle = []
        , docTitleAttributes = Nothing
        , docAuthors = []
        , docRevision = Nothing
        , docAttributes = fromList [ ( "sectids" , "" ) ]
        }
  , docBlocks =
      [ Block
          mempty
          Nothing
          (Paragraph
             [ Inline
                 mempty
                 (Link
                    URLLink
                    (Target "http://www.asciidoctor.org")
                    [ Inline mempty (Str "http://www.asciidoctor.org") ])
             ])
      ]
  }