getting test added to the standard test suite.
    Kailoa Kadano 
    5sxnauv02 at sneakemail.com
       
    Wed Aug 30 02:37:46 EDT 2006
    
    
  
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
    
    
More information about the Markdown-Discuss
mailing list