in reply to Re: Require everything between innermost <code></code> tags to compile.
in thread Require everything between innermost <code></code> tags to compile.

Strictly speaking (strict HTML, that is) <code> tags should not contain output... Something like <pre> would be more appropriate, although IIRC those tags are deprecated at perlmonks.

Nevertheless, I agree with other monks on this idea. Too risky, and too problematic to be workable.

</ajdelore>

  • Comment on Re: Re: Require everything between innermost <code></code> tags to compile.

Replies are listed 'Best First'.
Re^3: Require everything between innermost <code></code> tags to compile.
by Aristotle (Chancellor) on Aug 05, 2003 at 13:51 UTC
    <pre> is not deprecated, but can easily cause scrollbars if you don't pay attention, so their use is discouraged, but not deprecated.

    Makeshifts last the longest.