Hi,
On Oct 19, 2007, at 9:24 AM, V. Harikrishnan Nair wrote:
Suppose I want to display '\\' in the page. But since it is a new line
command in the editor, it will be executed and take the next word
to the
next line.
There must be some way to get to display it rather than execute it
like the
way slash (\) is used in \' and \" to display the quotation marks
( ' , " )
in C++ for strings.
Try checking the wiki syntax guide at
http://www.xwiki.org/xwiki/bin/view/UserGuide/XWikiSyntax
There are some parts about escaping.
-Vincent