http://qs1969.pair.com?node_id=189529


in reply to New code wrap options

Nice options!

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