Brackets in RTFM

I’ve tried all the wiki-ish ways of escaping brackets or generating them
some other way, but I can’t get them to stay put. I can simply do  [
 ] and this will produce a pair of brackets, but when I put something
inside, the brackets vanish. Is anyone working on putting in RTFM a more
complete and less broken implementation of wiki markup?

David Griffith
dgriffi@cs.csubak.edu

A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

I’ve tried all the wiki-ish ways of escaping brackets or generating them
some other way, but I can’t get them to stay put. I can simply do  [
 ] and this will produce a pair of brackets, but when I put something
inside, the brackets vanish. Is anyone working on putting in RTFM a more
complete and less broken implementation of wiki markup?

This isn’t RTFM, this is Text::WikiFormat which RT uses for Wikitext
custom fields.

If you want literal text in your RTFM articles, don’t use the wikitext
CF.

Documentation on how this wiki syntax works is here:

The wiki treats [foo] as special because
share/html/Elements/ShowCustomFieldWikitext passes
extended => 1.

You could override and remove that, you could add the snippet of code
from the docs which makes [] extended link syntax or you could pick
your favorite wiki formatter and slot it in as a custom CF type as an
extension.

-kevin