[Pmwiki-users] Extending PmWiki to Use More Custom Styles

Steven Leite steven_leite
Sat Feb 28 08:52:34 CST 2004


> >    How  difficult would it be to implement more
> >    styles (particularily, bold, italic, underline and strikethrough).

> Not too bad:
> 
>    $WikiStyleTags['font-weight'] =  
>        array('style' => 'font-weight:$value; ');
>    $WikiStyleTags['text-decoration'] =
>        array('style' => 'text-decoration:$value; ');
>    $WikiStyleTags['font-style'] =
>        array('style' => 'font-style:$value; ');

Dam, Pm, you sure know how to make things look easy.  

Thank you very much.

--S



More information about the pmwiki-users mailing list