pypa / readme_renderer

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

add figcaption to allowed tags #286

Closed AdrianDsg closed 10 months ago

AdrianDsg commented 1 year ago

fix #285

Hi,
this pull requests adds the figcaption tag to the list of allowed tags. I also added the missing long_description_content_type to the setup.py file as tox warned me about this. Regards,
Adrian

miketheman commented 1 year ago

Hi @AdrianDsg !

Thanks for the contribution.

As noted in the originating issue, we try add tests to confirm the new behaviors as we add them - can you please add a new test that confirms this behavior?

Also, as the lint fails, you may need to reflow some of the lines to accommodate the new directives.