Closed Zujiry closed 3 days ago
You could force a reference link with --reference-links
, which would shorten what's written in the cell.
You will get ![][1]
in the cell, and
[1]: ./media/image13.png {width="0.47244094488188976in"
height="0.42913385826771655in"}
as reference link.
That would apply for the whole md document of course, but it's only an intermediate in your case.
That solves it, thank you -> In the .pdf this looks how it is supposed to.
Explain the problem. I am attempting to convert a docx to markdown. Then the markdown to pdf. The idea is to add mermaid to the markdown in a later step, but that is not the problem yet.
script.sh
header.tex
The output.md has tables in it, that look like this:
Leading to the error:
I am guessing that something goes wrong because the media link is cut.
Pandoc version? pandoc 2.9.2.1