Markdown Extra Spec: Parsing Section
    Yuri Takhteyev 
    qaramazov at gmail.com
       
    Fri May  9 13:50:21 EDT 2008
    
    
  
>  This doesn't allow refnames with embedded brackets.  But PHP Markdown
>  allows
>
>     [[hi]](/url)
>
>  as a valid link.  Also, PHP Markdown currently allows embedded newlines,
>  which are excluded by your definition:
In my reading of Michel's document, refnames are labels used to
connect "reference-style" links and footnotes to their definition.
That's different from link _text_.  You can have
    [[hi]](/url)
but you cannot have
    [Hi!][[hi]]
    [[hi]]: http://hi.com
I am assuming that there will be a different type to deal with link text.
- yuri
-- 
http://sputnik.freewisdom.org/
    
    
More information about the Markdown-Discuss
mailing list