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? 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()
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.
CmAutolinkSyntax
isEncodable()
true
The text was updated successfully, but these errors were encountered:
dda5121
No branches or pull requests
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. ButisEncodable()
should returntrue
too.The text was updated successfully, but these errors were encountered: