To see an image (jpg) in an exported html katex needs its trust-option to be set to true.
The <img ...\img> is in the exported html.
But katex.js suppresses the access to the png file.
Preview in vscode shows the png.
Katex wants all options as a parameter in katex.render: { trust: true }
But I can't find katex.render
I suppose there has to be a Markdown command to do that.
To see an image (jpg) in an exported html katex needs its trust-option to be set to true. The <img ...\img> is in the exported html. But katex.js suppresses the access to the png file. Preview in vscode shows the png. Katex wants all options as a parameter in katex.render: { trust: true } But I can't find katex.render I suppose there has to be a Markdown command to do that.
Peter
Other information