Files
pandoc/test/odt/native/imageRelative.native
Tuong Nguyen Manh 1e4fc7254b ODT Reader: Fix relative linked images (#11467)
Like with relative links ODT adds a `../` to relative linked images
which needs to be removed.

Fixes #11369.
2026-02-15 18:20:47 +01:00

11 lines
175 B
Plaintext

[ Para
[ Image
( ""
, []
, [ ( "width" , "5.292cm" ) , ( "height" , "5.292cm" ) ]
)
[]
( "../../lalune.jpg" , "" )
]
]