Re: Updated output format

On Mon, 25 Oct 1999, Gerald Oskoboiny wrote:
> I still think IMG should be allowed within PRE,
> but I guess I lost that battle. :/


perhaps instead of

    pre($_);

you could have

    s/\t/    /;
    s/\n/<br>/;
    s/ /&#160;/;
    code($_);

IIRC, <img> is allowed in <code>... I suppose to be within the
spirit of things, the HTML should be in <code>, and the validator
comments should be in <tt>... and <img> should be cool in <tt>, right?

-matt

Received on Monday, 25 October 1999 15:39:45 UTC