packages feed

pandoc-3.10.1: test/rtf/list_multiparagraph.native

Pandoc
  Meta { unMeta = fromList [] }
  [ BulletList
      [ [ Para
            [ Str "First"
            , Space
            , Str "item,"
            , Space
            , Str "paragraph"
            , Space
            , Str "one."
            ]
        , Para
            [ Str "First"
            , Space
            , Str "item,"
            , Space
            , Str "paragraph"
            , Space
            , Str "two."
            ]
        ]
      , [ Para [ Str "Second" , Space , Str "item." ] ]
      ]
  ]