I found a mistake in my routine where only the first set of brackets gets the \ stripped
In the below example it renders fine
SITE CMD %d[Command [ optional \] text] blah
but if you did...
SITE CMD %d[Command [AA\] [ BB \] text] blah
...only the first set of brackets strips the \ and the extra padding doesn't seem to effect the parser.
|