On 23/10/2022 11:29, Ihor Radchenko wrote:
Max Nikulin writes:
pandoc-2.5 generates a link that can not be opened by LibreOffice as
well (no leading ../).
echo '<a href="verse.org">A</a>' | pandoc -f html -t odt -o pandoc.odt
<text:a xlink:type="simple" xlink:href="verse.org"
office:name=""><text:span
text:style-name="Definition">A</text:span></text:a>
May you ask pandoc people about this?
Pandoc, I have installed, is too old for a bug report, but such issue
was created several years ago:
https://github.com/jgm/pandoc/issues/3524
ODT: relative links #3524
Unfortunately attempts to find similar discussions related to office
applications give excessive noise related to UI recipes. I mostly avoid
office software, so I may miss something quite obvious for experienced
users.