♻️ REFACTOR: Port mdurl and punycode for URL normalisation#171
♻️ REFACTOR: Port mdurl and punycode for URL normalisation#171chrisjsewell merged 11 commits intoexecutablebooks:masterfrom
mdurl and punycode for URL normalisation#171Conversation
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