Question

I tried most simple markdown image format like this

![from web](http://qassociates.files.wordpress.com/2012/03/apple_logo2.jpg)

![from system](file:///home/xyz.jpg)

Initially I tried this on retext and exported as a pdf and it is showing both images perfectly
But when tried the same syntax for my markdown text file which is further I am creating as a pdf using doxygen its not showing any images ,any idea ?? Am I missing something ??

Was it helpful?

Solution

Finally I tried this link and it is working .

this maybe the problem with doxygen, I guess to detect markdown images.

so I tried this latex commands

@image latex home/picture.png

and besides this we can pass any latex (latex image commands also ) command to doxygen by using like this in text file

\latexonly

latex command here

\endlatexonly
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top