developit / snarkdown

:smirk_cat: A snarky 1kb Markdown parser written in JavaScript
http://jsfiddle.net/developit/828w6t1x/
MIT License
2.28k stars 110 forks source link

Angle-bracket link/url syntax not supported #91

Open FreekVR opened 3 years ago

FreekVR commented 3 years ago

The markdown angle bracket syntax (https://www.markdownguide.org/basic-syntax#urls-and-email-addresses) for quickly creating links currently does not work.

Eg. <https://github.com> should convert into <a>https://github.com</a>. Instead, it is simply left as-is and will render as a HTML element.

Example using the angle input in the github renderer/editor: https://github.com