packages feed

asciidoc-0.1: test/asciidoctor/inline_kbd/basic.test

:experimental:
kbd:[F11]
>>>
Document
  { docMeta =
      Meta
        { docTitle = []
        , docTitleAttributes = Nothing
        , docAuthors = []
        , docRevision = Nothing
        , docAttributes =
            fromList [ ( "experimental" , "" ) , ( "sectids" , "" ) ]
        }
  , docBlocks =
      [ Block
          mempty Nothing (Paragraph [ Inline mempty (Kbd [ "F11" ]) ])
      ]
  }