packages feed

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

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