Re: [Doxygen-develop] Warning: Unexpected html tag <img> found within <a href=...> context
Brought to you by:
dimitri
From: Albert <alb...@gm...> - 2015-06-20 08:21:50
|
Looks like you wanted to add an attachment, but forgot it. Albert On Sat, Jun 20, 2015 at 10:15 AM, Phyks <ph...@ph...> wrote: > 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 > >> > > > > > ------------------------------------------------------------------------------ > _______________________________________________ > Doxygen-develop mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-develop > |