I would like to be able to specify a block of verbatim text but still have MoinMoin perform link processing within the block. For example: {{{{ {{{#!pre This is a [[Link]] }}} }}}} Should appear as: {{{#!html
}}}
This is a [[Link]]
{{{#!html
}}}
= Solution =
== Markup ==
{{{{
{{{
This is a [[Link]]
}}}
}}}}
== Renders as ==
{{{
This is a [[Link]]
}}}