zero-md
zero-md copied to clipboard
mailto:-link no working
I tried the following markdown [[email protected]](mailto:[email protected])
It was rendered as a http link with the last part of the email address as the href. I expected that the mailto: scheme should work. Instead I had to use <a href="mailto:[email protected]">[email protected]</a>
Thanks for the bug report. Will dive into it once I get a moment.