Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mailto: links don't work #625

Closed
legal90 opened this issue Sep 13, 2018 · 0 comments
Closed

mailto: links don't work #625

legal90 opened this issue Sep 13, 2018 · 0 comments

Comments

@legal90
Copy link

legal90 commented Sep 13, 2018

Hi!
It regression of #46

Reproduced on docsify-cli 4.2.1:

# Source:
[My Name](mailto:my@email.com)

# Renders to:
<a href="mailto:my@email.com" target="_blank">My Name</a>

The link doesn't work because of target="_blank". If you click it will just open an empty tab, not an e-mail application.

# Source:
<my@email.com>

# Renders to: 
<a href="#/97;ilto:my@email.com">my@email.com</a>

The link is just broken.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant