pypa / readme_renderer

Safely render long_description/README files in Warehouse
Apache License 2.0
158 stars 88 forks source link

`twine check` fails when badges have a scale factor ... #304

Open kif opened 2 months ago

kif commented 2 months ago

As reported in: https://github.com/pypa/twine/issues/1102 twine check fails when parsing the readme file contains badges. If one of the badge has a scale factor, the readme_renderer fails claiming it is not allowed to the internet.

miketheman commented 1 hour ago

Please provide a concrete reference to a readme that contains the problematic behavior - it's unclear from the linked issue which conditions lead to the problem.