in reply to Re (tilly) 1: Brackets in the CB.
in thread Brackets in the CB.

I'm certain that PM's parselinks htmlcode node is much more complicated than the stock Everything's, but methinks it's simply an issue of adding a line or two to the top of it.

perl -pe '"I lo*`+$^X$\"$]!$/"=~m%(.*)%s;$_=$1;y^`+*^e v^#$&V"+@( NO CARRIER'

Replies are listed 'Best First'.
Re (tilly) 3: Brackets in the CB.
by tilly (Archbishop) on Jan 11, 2002 at 07:48 UTC
    It is not so simple.

    The suggestion that I had is a replacement that is seen not just for brackets, but also to do things like replace "\&" with "&" so that you can choose to write "\&" and get "&" rather than "\&".

    And that involves the heart of how we parse, rather than just a link here and a couple of disallowed tags there.