[Pmwiki-users] Re: indent sequence (was: Whitepaper about markup strategy)
Patrick R. Michaud
pmichaud at pobox.com
Sat May 17 22:23:18 CDT 2003
Woops, my previous code had an error in it--make it:
$InlineReplacements["/^(-+)>(.*)/e"] = "str_repeat('<blockquote>',strlen('\$1')).str_replace('\\\"','\"','\$2').str_repeate('</blockquote>',strlen('\$1'))";
I forgot the single quotes around the $1's and the backslashes before the $'s.
I'll be happy to add this as an optional markup module if people want
(similar to scripts/faq.php).
Pm
More information about the pmwiki-users
mailing list