On Sep 26, 2013, at 6:06 PM, Guillaume Lerouge <guillaume(a)xwiki.com> 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 <toddobryan(a)gmail.com> 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