I have a markdown file which has an image which is also a link with this syntax :
[ ![image caption] (http://image-path) ] (https://when-the-image-is-clicked-get-here)
I'm using USE_MDFILE_AS_MAINPAGE from doxygen to show my MD file as the main documentation page. In github the MD file works as expected but when I try to generate HTML using doxygen I get the following warning :
warning: Unexpected html tag found within context
how should I define the image link so it will be parsed correctly by doxygen?
doxygen version : 1.8.11