pypa / readme_renderer

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

Description for 40.0 release is not rendering #287

Closed di closed 1 year ago

di commented 1 year ago

See https://pypi.org/project/readme-renderer/40.0/

This might be related to https://github.com/pypi/warehouse/issues/14064.

miketheman commented 1 year ago

Turns out the library was fine after all, the consumer was supplying a text/plain content_type argument. Fix in https://github.com/pypi/warehouse/pull/14084