packages feed

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

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