I'm trying to do an update to ChordPro (
http://kiwiwiki.co.nz/pmwiki/pmwiki.php/Test/ChordPro)


Markup( 'chordpro', 'fulltext', "/\\|\\|:(.*):\\|\\|/seim",
    "ChordPro_Parse(explode(\"\n\",PSS('$1')))" );

The recipe scans a bunch of lines between the markup ||: and :||
and processes its own internal markup.
It generates and returns html.

How do I stop other markup being applied to the generated html
(you can see and example of this happening in the reference above)

thanks

Simon
_______________________________________________
pmwiki-devel mailing list
pmwiki-devel@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-devel

Reply via email to