Found a corner case.

Is there a way to get stuff like this added to the test suite? The canonical 
Markdown.pl handles it properly, but markdown.py doesn't.  I've sumitted a bug 
report, but haven't checked any other implemenations.

kailoa

--Being test file: simple formatted links
this is a [**test**](http://example.com/)
this is a second **[test](http://example.com)**
reference **[test][]**
reference [**test**][]

[test]: http://example.com/
[**test**]: http://example.com/
--END test file
_______________________________________________
Markdown-Discuss mailing list
Markdown-Discuss@six.pairlist.net
http://six.pairlist.net/mailman/listinfo/markdown-discuss

Reply via email to