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:

This is a Link

Solution

Markup

{{{
This is a [[Link]]
}}}

Renders as

This is a [[Link]]

MoinMoin: FeatureRequests/VerbatimTextWithLinkProcessing (last edited 2009-02-20 22:03:57 by ThomasWaldmann)