packages feed

pandoc-3.10: test/rtf/bookmark.native

Pandoc
  Meta { unMeta = fromList [] }
  [ Para
      [ Span ( "bookmark_1" , [] , [] ) [ Str "Bookmark_1" ] ]
  , Para
      [ Link
          ( "" , [] , [] )
          [ Str "click" , Space , Str "me" ]
          ( "#bookmark_1" , "" )
      ]
  ]