packages feed

pandoc-3.10: test/odt/native/imageWithCaption.native

[ Figure
  ( "" , [] , [] )
  (Caption
     Nothing
     [ Plain
         [ Str "Image"
         , Space
         , Str "caption"
         ]
     ])
  [ Plain
      [ Image
          ( ""
          , []
          , [ ( "width" , "5.292cm" ) , ( "height" , "5.292cm" ) ]
          )
          [ Str "Abbildung"
          , Space
          , Str "1:"
          , Space
          , Str "Image"
          , Space
          , Str "caption"
          ]
          ( "Pictures/10000000000000FA000000FAD6A15225.jpg" , "" )
      ]
  ]
]