On Fri, Jul 25, 2008 at 1:27 PM, Vincent Massol
<vincent(a)massol.net>
wrote:
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}.
Or {{text}} for the consistent "double chars for items".
We can't do that...
{{ is going to be used for macros...