Analyzer warning for email links #170
Unanswered
StevenTCramer
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Ideally it should be skipping Markdown syntax for attributes is a little weird, so you can either write the following...
Or just write the whole link out longhand directly in the Markdown:
That should silence the analyzer for this particular link until I can figure out why it's flagging the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Will give the following
Invalid URI: <a href="mailto:StevenTCramer&#64;gmail.com">mailto:StevenTCramer&#64;gmail.com</a> (ValidateRelativeLinks)
How can I have it not try and validate mailto links?
Beta Was this translation helpful? Give feedback.
All reactions