crossnote
crossnote copied to clipboard
mail links rendering error
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].
Another issue of a similar nature: https://github.com/shd101wyy/vscode-markdown-preview-enhanced/issues/99