Scripting: Invoke Markdown *before* SmartyPants

2009-09-22 Thread Jerry Krinock
I could not find anywhere in John Gruber's documentation the recommended order of Markdown vs. SmartyPants in a scripted process. I guessed SmartyPants first, and that worked until I tried to encode a link with a title like this: An [example](http://url.com/ Title) SmartyPants encoded

Re: Scripting: Invoke Markdown *before* SmartyPants

2009-09-22 Thread Lou Quillio
On Tue, Sep 22, 2009 at 12:42 PM, Jerry Krinock je...@ieee.org wrote: So, I changed the order to process text through Markdown first, then SmartyPants.  So far, so good. That's what you want. Also, Smartypants won't reach into pre, code, script blocks, etc. -- provided they exist in the input,