packages feed

asciidoc-0.1: test/asciidoctor/section/sectlinks.test

:sectlinks:
== Linked title
>>>
Document
  { docMeta =
      Meta
        { docTitle = []
        , docTitleAttributes = Nothing
        , docAuthors = []
        , docRevision = Nothing
        , docAttributes =
            fromList [ ( "sectids" , "" ) , ( "sectlinks" , "" ) ]
        }
  , docBlocks =
      [ Block
          Attr
          ( [] , fromList [ ( "id" , "_linked_title" ) ] )
          Nothing
          (Section (Level 1) [ Inline mempty (Str "Linked title") ] [])
      ]
  }