[Pmwiki-users] The Future Of %Styles%

Patrick R. Michaud pmichaud
Sat Feb 28 22:20:19 CST 2004


On Sun, Feb 29, 2004 at 09:21:43AM -0800, Steven Leite wrote:
> 
> how can I make a local
> customization in my local.php file that uses ~...~ instead of %...%.  (I
> sense another head-ache coming on) heheh..

Assuming you also want to allow %'s in wikistyles, you can try

   $WikiStylePattern = '~~|~[A-Za-z][-,=#\\w\\s]*~';

in config.php, but this still doesn't solve the problem of allowing a %
into the style.  For that I'd have to make a change to the pmwiki.php
(I can probably do this in a future release but will have to test it).

Pm



More information about the pmwiki-users mailing list