>  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/
_______________________________________________
Markdown-Discuss mailing list
Markdown-Discuss@six.pairlist.net
http://six.pairlist.net/mailman/listinfo/markdown-discuss

Reply via email to