Thursday, March 15, 2007, 5:56:40 PM, Ben wrote:

> To: Markup('spacing', '>^ws', "/(\\s{1,5})/e", "str_replace(' ',
> ' ', '$1');");

Thanks! I needed to change it slighly, otherwise it converts all
spaces, and does not allow wrapping (extra space in front of
str_replace):

Markup('spacing', '>^ws', "/(\\s{2,7})/e",
        " str_replace(' ',' ', '$1');");


Hans


_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to