Added note that : is a control character and can be escaped.

This commit is contained in:
thepurpleblob
2006-11-24 13:02:07 +00:00
parent 31d3c58089
commit 1c8d340d1b
+1 -1
View File
@@ -190,7 +190,7 @@
~%-50%Grant's father }</pre>
<p><u>Special Characters ~ = # { } :</u><br />
These symbols <b> ~ = # { } </b> control the operation of this filter and cannot be used as normal text within questions.
These symbols <b> ~ = # { } : </b> control the operation of this filter and cannot be used as normal text within questions.
Since these symbols have a special role in determining the operation of this filter, they are called "control characters."
But sometimes you may want to use one of these characters, for example to show a mathematical formula in a question.
The way to get around this problem is "escaping" the control characters.