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

CmAutolinkSyntax.isEncodable() returns false for emails #3

Closed
martincizek opened this issue May 1, 2020 · 0 comments
Closed

CmAutolinkSyntax.isEncodable() returns false for emails #3

martincizek opened this issue May 1, 2020 · 0 comments

Comments

@martincizek
Copy link
Member

According to https://spec.commonmark.org/0.29/#email-autolink, the CommonMark autolink content might be also an e-mail address if it matches the mentioned regexp.

Actual escaping an e-mail address in CmAutolinkSyntax works - it returns the address unaltered. But isEncodable() should return true too.

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