Hello!
Yet another problem I'm encountering is lack of
proper escaping tools. I have noticed it when I
decided to use [ and ] in page titles.
«My Recent Modifications» became broken because
XWiki parsed [ and ]. Currently I have added
{pre} and {/pre} at both ends, but it is just a
krunch. What is the proper way? I have checked
$escapetool and $xwiki.get*Encoded APIs. There is
no common API to escape [, ], =, {, etc.