0

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

Eldar
  • 149
  • 2
  • 12

1 Answers1

0

I believe if you remove spaces it will work, because it worked for me.