Ive tried using <img>
tag as well as the pandoc markdown format to add images.
## Architecture
<img src="blah.jpeg" title="Default title" alt="alt text" style="display: block; margin: auto;" />
![a](blah.jpeg "text"){width=30%}
Both of these worked when i converted MD to HTML and DOCX. I do not have any error messages even when I convert to a PDF. is there something wrong with my Pandoc ? and different image formats do not help either.
Here is an image of the PDF
echo '![](image.jpg){width=30%}' | pandoc --pdf-engine=xelatex -o foo.pdf
What OS are you people on? Perhaps macOS Catalina? – mb21