Chris Cox wrote: > I want to preserve html output from some custom markup that contains a > url in the output. I don't really want to have it declared as 'block' > for inline markup processing, but rather I'd like to use 'directives' > (because the markup can do other things). The problem is that the > url line gets translated by PmWiki into a link... and I need > to prevent that. Possible? >
Turns out the url was in javascript, so I merely escaped the colon.. that kept it from getting translated. _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
