If you type the following characters into the WMD editor: [some] by themselves without wrapping them in backticks, firebug throws the following error:
K.replace is not a function
The odd thing is that I've only been able to reproduce this bug by typing those exact characters. Any other combination of letters inside the brackets do not produce the error.
It looks like the return statement in _DoAnchors() does a regex replace using the method writeAnchorTag, which does this:
m4 = escapeCharacters(m4, '*_');
The error happens at escapeCharacters on this line:
return text.replace(regex, escapeCharacters_callback);
Arraytype, so[concat]and[map]mess up too.somejust happens to be one of them. – Tim Stone Sep 15 '10 at 21:48