[pmwiki-users] how to get pmwiki to use markups in a string

Patrick Ogay Evolution lists at basel-inside.ch
Sat Aug 22 05:27:06 CDT 2009


Hello, 

Sometimes - particularly in cookbook recipes or skins - I like to
generate an formatted output, using the pmwiki environment and markup. 

How can I archive this. 
Once I tryed to get a bold markup, but it did't work like this: 

  PRR();
  $src = "'''Titel'''";
  $fmt = FmtPageName($src, $pagename);  
  $files .= "$pagename-$src";
  $files .= $fmt;

sources: 
http://www.pmwiki.org/wiki/PmWiki/FunctionList:
PRR($x=NULL)  - indicate that we need to restart markup processing

thanks for any hints

regards
Patrick Ogay




More information about the pmwiki-users mailing list