Re: [Doxygen-develop] Warning: Unexpected html tag <img> found within <a href=...> context
Brought to you by:
dimitri
From: Phyks <ph...@ph...> - 2015-06-22 16:30:11
|
I confirm the method in the SO thread is working. Thanks! Le 2015-06-20 12:50, Albert a écrit : > The doxygen implementation markdown does not support all of markdown, > please see the chaper about markdown in the documentation ( > http://www.stack.nl/~dimitri/doxygen/manual/markdown.html) > > I also forgot to mention about the remarks I placed at: > http://stackoverflow.com/questions/30863422/doxygen-how-to-embed-images-on-main-page-for-all-output-formats > > Albert > > On Sat, Jun 20, 2015 at 10:39 AM, Albert <alb...@gm...> > wrote: > >> I don't think it is directly necessary, the 2 small 3 line examples >> might >> be sufficient. >> >> Albert >> >> On Sat, Jun 20, 2015 at 10:34 AM, Phyks <ph...@ph...> wrote: >> >>> Ah, no, I was not planning to add any attachments. I do not have my >>> sample README.md and doxyfile files with me at the moment. :/ >>> >>> I can send you an example though if you want. >>> >>> -- >>> Phyks >>> >>> Le 20/06/2015 10:21, Albert a écrit : >>> > 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 >>> >> >>> > >>> >>> >>> ------------------------------------------------------------------------------ >>> _______________________________________________ >>> Doxygen-develop mailing list >>> Dox...@li... >>> https://lists.sourceforge.net/lists/listinfo/doxygen-develop >>> >> >> -- Phyks |