Hi list,
How can I make a custom markup so that the result content ">>yellowbox<<" and will be further processed by the >><< markup.
I tried:
Markup('staffbox','<directives','/\(:staffbox\\s+(.*?)\\s?:\)/', ">>yellowbox<<somestuffand$1otherstuff$1>><<");
without succes...
Pierre