Markdown Extra Spec: Parsing Section
    Jacob Rus 
    jacobolus at gmail.com
       
    Tue May 13 01:11:27 EDT 2008
    
    
  
Michel Fortin wrote:
> Anyway, with the parsing model in three passes I'm currently defining 
> it's pretty trivial to do correctly: the block elements pass extracts 
> the text of the blockquote, leaving this to parse by the span element pass:
> 
>     what about this <http://
>     google.com/> case?
> 
> The span element pass would then see an autolink and just ignore any 
> newline it finds in the URL.
Ah, okay.  Somehow I misread that.  Yes, that seems about right.
-Jacob
    
    
More information about the Markdown-Discuss
mailing list