16 Nov
2007
16 Nov
'07
4:32 p.m.
Hi Paul, On Nov 16, 2007, at 5:20 PM, Paul Grodt wrote:
With the exception of backslashing individual characters, is there any way I could prevent wiki syntax rendering, and Groovy/Velocity rendering? To put it another way, is there any way I can prevent rendering of everything BUT HTML?
Have you seen http://www.xwiki.org/xwiki/bin/view/UserGuide/XWikiSyntax#HEscapingText ?
As a musing, (speaking with essentially no Groovy/Velocity experience,) it would be nice to see a macro that selectively escapes each of the rendering methods. For example:
{dontrender[:wiki][:html][:groovy][:velocity]} markup {/dontrender}
This is planned for the future xwiki v2 architecture (no date yet). Thanks -Vincent