On Thursday 13 August 2009 23:21:53 Simon wrote:
> 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

Wrap the output with the Keep() function:
  "Keep(ChordPro_Parse(whatever))"

Petko


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

Reply via email to