-
Notifications
You must be signed in to change notification settings - Fork 71
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
♻️ REFACTOR: Port mdurl
and punycode
for URL normalisation
#171
Conversation
Codecov Report
@@ Coverage Diff @@
## master #171 +/- ##
==========================================
- Coverage 96.08% 96.08% -0.01%
==========================================
Files 60 61 +1
Lines 3248 3273 +25
==========================================
+ Hits 3121 3145 +24
- Misses 127 128 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Since https://github.com/hukkin/mdurl would become a core dependency of markdown-it, would it be ok to move this into executablebooks? and you would still be the primary administrator |
Yeah on the same terms as mdformat I don't see any problem with that. Note that there's a few TODOs still in mdurl:
Any help would be much appreciated! |
@chrisjsewell I've transferred mdurl to executablebooks. If you have any extra time, I'd much appreciate a mdit-py release with this and #169 as that would allow me to try fuzzing mdformat again (the last attempt was cut short due to these parser issues 😄 ). |
mdurl
and punycode
for URL normalisation
Closes #8