In the discussion, several solutions were proposed:
I am curious if any work had been done on this; personally I favor #3 -- the "special" nature of the brackets in the Everything engine is a non-HTML exception and should be handled in a non-HTML kind of way. Any time exception facilities are provided, there should be straightforward "exception exceptions" (or "shortcut shortcuts"). If not the simple escape, then perhaps something more in-line with the existing Everything syntax, such as [[] or [\[] -- not pretty, but straightforward.
I am leary of munging with established HTML standards such as with &[; -- this is inviting trouble since the whole syntax is designed to be a mechanism to properly implement cross-standard character encodings. Not so for merely a single web engine's particular quirky shortcut syntax. If not the simple escape, then at least specifically handle the ISO standard until browsers catch up, since the bracket is integral to the normal usage of Everything.
Regardless, in addition to the Site How To, I think the current escape mechanism should be mentioned in the Writeup Formatting Tips in the Perl Monks Site FAQ and in a footnote on the linking writeup.
Much ado about nearly nothing? Am I only wanting to go into town and pick up some power converters?
Matt
|
---|
Replies are listed 'Best First'. | |
---|---|
(tye)Re: Plight of the Left Square Bracket ( [ )
by tye (Sage) on Apr 10, 2002 at 14:43 UTC | |
Re: Plight of the Left Square Bracket ( )
by mojotoad (Monsignor) on Apr 09, 2002 at 20:56 UTC | |
Re: Plight of the Left Square Bracket ( )
by extremely (Priest) on Apr 09, 2002 at 22:58 UTC | |
by tstock (Curate) on Apr 10, 2002 at 05:14 UTC | |
Re: Plight of the Left Square Bracket ( )
by Juerd (Abbot) on Apr 10, 2002 at 08:52 UTC |