readme_renderer
readme_renderer copied to clipboard
Should warn about relative URLs in links and images
Such relative URLs will not work correctly when displayed on PyPI.
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.