crossnote icon indicating copy to clipboard operation
crossnote copied to clipboard

mail links rendering error

Open kachkaev opened this issue 7 years ago • 1 comments

Originally reported by @pydupont in https://github.com/shd101wyy/vscode-markdown-preview-enhanced/issues/87


The email addresses links are not built correctly:

[email]([email protected])

becomes something like:

<a href="file:///Path/To/File/[email protected]">email</a>

Adding a mailto doesn't change anything. I also tried to write the html link directly but the link is automatically changed back to file:///Path/To/File/[email protected].

kachkaev avatar Mar 28 '18 07:03 kachkaev

Another issue of a similar nature: https://github.com/shd101wyy/vscode-markdown-preview-enhanced/issues/99

kachkaev avatar Apr 05 '18 17:04 kachkaev