On Sep 26, 2013, at 6:11 PM, Vincent Massol <[email protected]> wrote:
On Sep 26, 2013, at 6:06 PM, Guillaume Lerouge <[email protected]> wrote:
You need to deactivate smileys. I think there's an entry in xwiki.properties regarding this.
No don't do this, smileys are useful :)
3 options: * option 1: escaping. f~(x) * option 2: verbatim. {{{f(x)}}} * option 3: code style: {{code}}f(x){{/code}}
sorry option 1 won't work… See http://www.xwiki.org/xwiki/bin/view/FAQ/How+can+I+prevent+an+emoticon+from+d... Thanks -Vincent
Thanks -Vincent
Guillaume
On Thu, Sep 26, 2013 at 6:00 PM, Todd O'Bryan <[email protected]> wrote:
I tried to write f(x) and got f followed by a pretty image of a red x.
My guess is that there's a help page showing these replacements and how to avoid them, but I couldn't find it with a quick search. Where should I look?
Thanks, Todd