[pmwiki-users] custom vspace broke

John Rankin john.rankin at affinity.co.nz
Sun Sep 17 20:58:32 CDT 2006


At some point, a pmwiki version change broke the pdf 
vspace handler and I can't see how to fix it.

I have these markup rules:
## honour list spacing
$HTMLVSpace = '<vspace/>';
Markup('skipi','>^<:',
    "/<vspace\\/>(<\/tbook:item><tbook:item)>/",'$1 skip="med">');
Markup('skipt','>^<:',
    "/<vspace\\/>(<\/tbook:item><tbook:term)>/",'$1 skip="small">');

This no longer works. I found the problem in 2.1.25 but 
I don't know when it broke.

It's supposed to recognise when a list is spaced and insert
inter-item spacing.

I will keep looking and any advice would be most welcome.
-- 
JR
--
John Rankin







More information about the pmwiki-users mailing list