packages feed

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

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