readme_renderer icon indicating copy to clipboard operation
readme_renderer copied to clipboard

Should warn about relative URLs in links and images

Open theacodes opened this issue 6 years ago • 1 comments

Such relative URLs will not work correctly when displayed on PyPI.

theacodes avatar Mar 27 '18 20:03 theacodes

Hrm, I have a few ways I can do this. I can either check for these links using a couple of regexes (ew) before passing to clean, or I can see if it's possible to use bleach/bleach.linkify to collect these. I'd need to extend clean to report warnings as well.

theacodes avatar Apr 13 '18 20:04 theacodes