Thursday, March 15, 2007, 7:26:56 PM, Patrick wrote:

> Actually, you want to change only _leading_ spaces, so I think this should 
> have
> a caret, as in:

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

> I think this is also the issue with Site.PageActions -- adding
> the caret should fix that as well.

I want to change both leading spaces as spaces in between words etc.,
to preserve white spaces literally in text as well.


Hans


_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to