Actually I’m not sure that the macro transformation is executed for wiki components.
Just in case it isn’t, you can instead use a RawBlock
: new RawBlock(text, Syntax.XHTML_1_0)
(for example).
Actually I’m not sure that the macro transformation is executed for wiki components.
Just in case it isn’t, you can instead use a RawBlock
: new RawBlock(text, Syntax.XHTML_1_0)
(for example).