[Pmwiki-users] new wikistyles (was: wikistyles and a general remark to subject)

Knut Alboldt alboldt
Thu Jun 10 08:57:17 CDT 2004


Things like that:

$DoubleBrackets['[[code]]']='<pre>';
$DoubleBrackets['[[codeend]]']='</pre>';


could also be managed by new wikistyles using css-classes, no need for 
extra double bracket definition:

%define=pre white-space:pre;%

%pre%
text here
text here
%%

(or use predefined in stdlayout.css:
.pre {white-space:pre; font-family:monospaced; }  




More information about the pmwiki-users mailing list