[pmwiki-users] Help with markups

Patrick R. Michaud pmichaud at pobox.com
Sat Jan 14 14:49:53 CST 2006


On Sat, Jan 14, 2006 at 09:42:52PM +0100, Vincent Boucher wrote:
> 
>    Markup("ostincontact",'inline',"/\\(:ostincontact:\\)/", ostincontact());
> 
>    Is there a way to not interpret the code returned by the function
>    ostincontact()?

Use the Keep() function (which preserves strings from being processed
by markup rules):

    Markup('ostincontact', 'inline',
      '/\\(:ostincontact:\\)/',
      Keep(ostincontact());

Pm




More information about the pmwiki-users mailing list