pypa / readme_renderer

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

feat: convert writer to HTML5 #253

Closed miketheman closed 1 year ago

miketheman commented 1 year ago

Convert the writer class to use HTML5 semantics. Update allowed tags and attributes for HTML5 to pass the bleach cycle.

Refs: https://github.com/pypi/warehouse/pull/12080 Resolves #249

Signed-off-by: Mike Fiedler miketheman@gmail.com