Wiki Home » FAQ » How can I prevent an emoticon from displaying?
How can I prevent an emoticon from displaying?
There are 2 solutions:
- Solution 2: Escape the text representing the emoticon so that it's not displayed as an emoticon. For example if you have:
This is fun :)
You can escape it using XWiki Syntax 2.0+ by using the verbatim syntax ({{{...}}}), as follows:
This is fun {{{:)}}}