snarkdown icon indicating copy to clipboard operation
snarkdown copied to clipboard

Angle-bracket link/url syntax not supported

Open FreekVR opened this issue 5 years ago • 0 comments

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

FreekVR avatar Oct 14 '20 09:10 FreekVR