Details
Description
It would be extremely useful to be able to use the snippet macro to "include" ready made content. That is not possible because the SnippetMacro class outputs the content as verbatim escaped text. This could be allowed by adding a new parameter "verbatim" to the snippet macro that defaults to "true" to preserve the current behavior.
Consider this code example
<macro name="snippet" id="mytable" file="src/site/snippets/snippets.xml" verbatim="false"/>
It would take the snippet "mytable" from the specified file and insert it "as-is".
If you like this idea I will apply the patch and add examples to the documentation as well.
I like it...
However, shouldn't the non-verbatim text be output as text as well instead of rawText?