Links with "mailto" broken by prepended "http://"

When I insert link (via cmd-K) and add a mailto link, it prepends http:// which breaks the link.

Example: email me here

I entered: mailto:email@example.com

But the generated url in the markdown is: http://mailto:email@example.com/

2 Likes

Thanks, should be fixed by:

https://github.com/discourse/discourse/commit/85200960435959e24f60fd4f3bc63b71f8663ec9

6 Likes