HaxeFoundation / haxe-markdown

A Markdown parser in Haxe.
MIT License
63 stars 24 forks source link

Auto Linking does not seem to work #12

Closed haysclark closed 10 years ago

haysclark commented 10 years ago
/** 
 * Test Auto Linking
 * http://example.com
 **/

http://example.com is expected, but HTML output does not have link.

dpeek commented 10 years ago

Markdown specifies that automatic links should be surrounded by angle brackets, ie.

http://example.com