> There has been some talk about getting url(...) to automatically
> escape its contents after variable substitution has taken place.
> This can probably be done with a markup rule like:
>
> Markup('url()', '<links',
> "/url\\([^$UrlExcludeChars]+\\)/e",
> "Keep(PSS('$0'))");
This works great, thank you.