I had a problem this morning with a code block that was wrapping like mad, which I thought was related to this change. But it turns out I'd forgotten the </code> tag, which I guess can be expected to confuse things :)
Here's what happens when you do that:
<code>
#!/usr/bin/perl -w
use strict; #line 3
print "Hello, world!\n"; #line 5
# forgot /code tag here on line 6
--
Mike
In reply to Re: New code wrap options
by RMGir
in thread New code wrap options
by tye
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |