[Pmwiki-users] Error in indent sequence

Janice Heinold heinold at falcon.tamucc.edu
Thu Jun 5 11:18:06 CDT 2003


I had originally solved this with:

$Blockquote =3D array ("/^(-+)>(.*)/e" =3D>
"str_repeat('<blockquote>',strlen('\$1')).str_replace('\\\"','\"','\$2')
.str_repeat('</blockquote>',strlen('\$1'))");
$InlineReplacements =3D array_merge($Blockquote, $InlineReplacements);

But =3D>, =3D=3D>, etc. would work as well, and it's still soon enough =
for me to
change (I can't speak for everyone, though). Would it then stay as a =
local
customization, or become part of pmwiki? Out of curiosity, I remembered
there was a discussion about reserving =3D at the beginning of a line. =
The
discussion included this in a message on May 16:

> BTW, I've already recommended to many others that we reserve the
> equals sign at the beginning of a line for custom block-level or
> pragma markups. =20

I assume that, since =3D> is a block-level markup, it wouldn't cause =
problems
in the future?

Janice

-----Original Message-----
From: Pmwiki-users-admin at pmichaud.com
[mailto:Pmwiki-users-admin at pmichaud.com] On Behalf Of Patrick R. Michaud
Sent: Thursday, June 05, 2003 1:10 AM
To: PmWiki Users
Subject: Re: [Pmwiki-users] Error in indent sequence


Out of curiosity, would it work to use "=3D=3D=3D>" for indents instead =
of "--->"?
This would solve the ----> problem.

Pm






More information about the pmwiki-users mailing list