26 Sep
2013
26 Sep
'13
6:11 p.m.
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}} 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