Re: [Doxygen-develop] Warning: Unexpected html tag <img> found within <a href=...> context
Brought to you by:
dimitri
From: Phyks <ph...@ph...> - 2015-06-20 08:15:09
|
I am including my README.md file as the homepage of my doxygen documentation. If I write in this file: ``` <a href="http://link"><img src="http://link.jpg"; /></a> ``` I get the error (although this should be valid markdown formatting). If I write the closest full markdown version: ``` [](link)] ``` I also get the error. Thanks -- Phyks Le 18/06/2015 19:22, Albert a écrit : > In version 1.2.6 there was no markdown support in doxygen so this must be a > separate problem. An example would be nice. > > > On Thu, Jun 18, 2015 at 12:48 PM, Phyks <ph...@ph...> wrote: > >> Hi, >> >> I've just encountered this issue in a Markdown file: >> http://sourceforge.net/p/doxygen/mailman/message/12235967/. >> >> However, according to the thread, I understand it was fixed in 1.2.6 and >> I am using 1.8.9.1. >> >> Thanks >> -- >> Phyks >> >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Doxygen-develop mailing list >> Dox...@li... >> https://lists.sourceforge.net/lists/listinfo/doxygen-develop >> > |