-
-
Notifications
You must be signed in to change notification settings - Fork 204
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
fix: ignore attribute if mailto:
is present
#145
fix: ignore attribute if mailto:
is present
#145
Conversation
Codecov Report
@@ Coverage Diff @@
## master #145 +/- ##
==========================================
+ Coverage 96.93% 96.96% +0.03%
==========================================
Files 2 2
Lines 98 99 +1
Branches 19 20 +1
==========================================
+ Hits 95 96 +1
Misses 3 3
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add test?
Added test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mailto:
is present
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
What is the current behavior? (You can also link to an open issue here)
If I have a 'mailto' inside a href in an anchor tag file-loader tries to load a non existent file called "mailto:[email protected]"
What is the new behavior?
Ignore href in anchor tag if the string 'mailto:' is present
Does this PR introduce a breaking change?
If this PR contains a breaking change, please describe the following...
Other information: