+1
On Thu, Nov 6, 2008 at 5:02 PM, Vincent Massol <vincent(a)massol.net> wrote:
Hi,
Right now the XHTML macro parses wiki syntax by default.
For example the following generates a bold:
{{xhtml}}
<p>**bold**</p>
{{/xhtml}}
I propose to change that so that wiki syntax is not parsed by default
so that users will need to use the following to parse wiki syntax:
{{xhtml wiki=true}}
<p>**bold**</p>
{{/xhtml}}
Note that I'm proposing to change the current "escapeWikiSyntax" to
"wiki" (another proposal is to use "allowWikiSyntax").
WDYT?
Thanks
-Vincent
_______________________________________________
devs mailing list
devs(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/devs
--
Thomas Mortagne