• Under 1.5b-1 2005-01-23 (though I think this applies more broadly), I’d like to defeat wp-texturize entirely and drop-in MichelF’s current PHP-Markdown and PHP-SmartyPants plugins.

    How can I properly implement this, WRT add_filter() weights and any other important clues? After dropping them in, I have the sense that wp-texturize is insinuating itself unnecessarily and/or that SmartyPants is not being applied after Markdown, since quotes aren’t being educated and *some* Markdown 1.0.1 transformations (namely ) aren’t being applied.

    Any help appreciated.

    LQ

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter louquillio

    (@louquillio)

    Hmm, named entities stripped. That’s:

    “… (namely <autolink>) aren’t being applied.”

    I’m not sure this still applies to 1.5 betas, but if you were using WordPress 1.2 I would say go to Option > Writing and uncheck the “WordPress should correct invalidly nested XHTML automatically” box. This filter is applied before the Markdown filter and consequently destruct any tag-like syntax before Markdown has a chance to transform your text to valid XHTML. This whould fix the autolink problem.

    About SmartyPants not working, I don’t know. It works here on my computer, but I admit I’m not on the latest beta.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘add_filter(), Markdown, SmartyPants, 1.5b 20050123’ is closed to new replies.