25 Jul
2008
25 Jul
'08
11:27 a.m.
On Jul 23, 2008, at 6:05 PM, Vincent Massol wrote:
Some open issues/questions:
1) I think we need a syntax for escaping a block of text. I'd propose using {{{whatever here}}} (same as creole and confluence). We could do it with a macro but I don't know how we could implement it easily...
I was wrong it's quite easy to do if we want: * We already have an EscapeBlock that accepts a string * We already have an onEscape(String escapedString) event in the Listener So all we need for a {nowiki} macro will be to generate an EscapeBlock. Thus I'm no longer sure I prefer to use {{{text}}} over {nowiki}. WDYT? [snip] Thanks -Vincent