The editor is appending `http://` to `mailto:` links when the user inputs one in the link dialog. Would it be possible to add a check for `mailto:` to the regex at https://github.com/rtfb/pagedown-editor/blob/master/Markdown.Editor.js#L1114?
The editor is appending
http://tomailto:links when the user inputs one in the link dialog.Would it be possible to add a check for
mailto:to the regex at https://github.com/rtfb/pagedown-editor/blob/master/Markdown.Editor.js#L1114?