http://www.perlmonks.org?node_id=731262


in reply to Re: Is "=for html" supported in POD rendered by search.cpan.org?
in thread Is "=for html" supported in POD rendered by search.cpan.org?

No, the whole html chunk is missing, so given the other answers I've seen here I suspect the POD renderer filters out elements with <img> in them.

Or it's the divs I put in there to lay it out, or the relative ../.. url, or the style attribute, or something else.

/J

Replies are listed 'Best First'.
Re^3: Is "=for html" supported in POD rendered by search.cpan.org?
by LanX (Saint) on Dec 18, 2008 at 14:59 UTC
    Hmm ... given the other examples you can at least insert a http-link to the image. Maybe as a fall back solution ...

    Cheers Rolf