[xwiki-devs] [Proposal] Make XHTML macro not parse wiki syntax by default
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
+1 On Thu, Nov 6, 2008 at 5:02 PM, Vincent Massol <[email protected]> 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 [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
sounds fair enough, +1 Happy coding, Anca Luca Vincent Massol 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 [email protected] http://lists.xwiki.org/mailman/listinfo/devs
+1 On Thu, Nov 6, 2008 at 9:32 PM, Vincent Massol <[email protected]> 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 [email protected] http://lists.xwiki.org/mailman/listinfo/devs
+1 Vincent Massol 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 [email protected] http://lists.xwiki.org/mailman/listinfo/devs
Vincent Massol 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?
+1 -- Sergiu Dumitriu http://purl.org/net/sergiu/
Big +1 for both Jerome. Vincent Massol 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 [email protected] http://lists.xwiki.org/mailman/listinfo/devs
participants (7)
-
Anca Paula Luca -
Asiri Rathnayake -
Jerome Velociter -
Marius Dumitru Florea -
Sergiu Dumitriu -
Thomas Mortagne -
Vincent Massol