Probably a problem with understanding Markdown when exporting

Hello

When I need to export my documents to another format, I always use Marked2. Previously, these were always text documents and there were no problems, as I was able to use appropriate CSS files for formatting in Marked2. It was then possible to export to PDF or other formats.

Now, for the first time, I have a document with images that I have defined in logseq in a table and with {:height 160 :width 105} the size for all images. Below is an example:


 |10.12.| Champions League|![](upload://aupZmdQPv88iZYM1rnc3nPN1brJ.png){:height 160 :width 105}|

If I now open this document in Marked2, the size formatting is not applied and the images are presumably all displayed in their original size, making the document excessively large and not reasonably readable.

I assume this is due to the Markdown dialect used in Logseg? At the moment, however, I don’t know what I need to do to make the document work in Marked2 and scale the images as required. Does anyone have any ideas or suggestions?
Thank you

Try using html, e.g.:

|10.12.| Champions League|<img src="aupZmdQPv88iZYM1rnc3nPN1brJ.png" width="105" height="160">|