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

simplifiedAutoLink with Mail Links #187

Closed
ColinFrick opened this issue Aug 10, 2015 · 2 comments
Closed

simplifiedAutoLink with Mail Links #187

ColinFrick opened this issue Aug 10, 2015 · 2 comments
Assignees

Comments

@ColinFrick
Copy link

With simplifiedAutoLink mail addresses in the text are not parsed correctly:

 example@example.com

is parsed to

 <a href="example@example.com">example@example.com</a>

instead of

 <a href="mailto:example@example.com">example@example.com</a>

simplifiedAutoLink does not use the internal replaceMail function.

@tivie tivie closed this as completed in 7dc3fb1 Aug 11, 2015
@tivie
Copy link
Member

tivie commented Aug 11, 2015

should be fixed now

@tivie tivie self-assigned this Aug 11, 2015
@ColinFrick
Copy link
Author

Thanks!

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

2 participants