We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi! It regression of #46
Reproduced on docsify-cli 4.2.1:
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.
target="_blank"
# Source: <my@email.com> # Renders to: <a href="#/97;ilto:my@email.com">my@email.com</a>
The link is just broken.
The text was updated successfully, but these errors were encountered:
Remove target for mailto links
7b46219
Closes docsifyjs#625
fix: Remove target for mailto links (#652)
18f0f03
Closes #625
No branches or pull requests
Hi!
It regression of #46
Reproduced on
docsify-cli 4.2.1
:The link doesn't work because of
target="_blank"
. If you click it will just open an empty tab, not an e-mail application.The link is just broken.
The text was updated successfully, but these errors were encountered: