Scripting: Invoke Markdown *before* SmartyPants
    Lou Quillio 
    public at quillio.com
       
    Tue Sep 22 13:16:57 EDT 2009
    
    
  
On Tue, Sep 22, 2009 at 12:42 PM, Jerry Krinock <jerry at 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,
which they likely won't until after a Markdown transform.
LQ
    
    
More information about the Markdown-Discuss
mailing list