[pmwiki-users] [[PageName |+]] markup error for me

Patrick R. Michaud pmichaud at pobox.com
Tue Nov 22 17:29:32 CST 2005


On Wed, Nov 23, 2005 at 12:22:09AM +0100, Stephan Schildberg wrote:
> Hi,
> 
> I used the +]] for other purposes, now my page changed is look.
> I use a plus to indicate a bigger size of a picture. What can I do?

You can disable PmWiki's title markup -- place the following in
local/config.php:

   DisableMarkup('[[|+');

Alternatively, we could adjust the title markup so that spaces
invalidate the title, thus

   [[PageName|+]]  -- displays title
   [[PageName| + ]]  -- displays "+"

I'll probably do this for beta3.

Pm




More information about the pmwiki-users mailing list