Small bug report
    Michel Fortin 
    michel.fortin at michelf.com
       
    Thu Dec  2 17:11:49 EST 2004
    
    
  
Hi,
 From Markdown's changelog version 1.0b5:
*   You can now optionally wrap URLs with angle brackets -- like so:
     `<http://example.com>` -- in link definitions and inline links and
     images.
It does not work currently with 1.0 or 1.0.1b5:
	[test](<http://somewhere.org/>)
As I get this:
	<p><a href="a 
href="http://somewhere.org/">http://somewhere.org/</a">test</a></p>
I expected a normal link tag. :-)
Check images too.
Michel Fortin
michel.fortin at michelf.com
http://www.michelf.com/
    
    
More information about the Markdown-discuss
mailing list