Wiki Syntax is there an escape character?
Added by Jason van Dyk almost 15 years ago
I'm trying to create a naming standard wiki page and part of the naming standard contains underscores for example.
<part1>underscore<part2>underscore<part3>underscore<part4>.xml
I'm trying to put it in as well as having the whole thing in italics as per the following
<part1><part2>_<part3>_<part4>.xml_ How can I make the underscores within the filename be ignored? Is there an escape character like regex has with a backslash?
Replies (2)
RE: Wiki Syntax is there an escape character? - Added by Felix Schäfer almost 15 years ago
Try < notextile >< /notextile >
(without the spaces, obviously).
RE: Wiki Syntax is there an escape character? - Added by Sal R almost 4 years ago
That did the trick!