pypa / readme_renderer

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

markdown renderer chokes on emphasized letters postfixed with non-emphasized ones. #179

Closed stef closed 2 years ago

stef commented 3 years ago

the following line

sphinx: a password **S**tore that **P**erfectly **H**ides from **I**tself (**N**o **X**aggeration)

was prohibiting me to upload a new version of this package to pypi: https://github.com/pypa/warehouse/issues/8861

after adding a space after each emphasized letter the upload succeeded. however i believe this is not the correct way to fix this, the readme_renderer should be able to handle this kind of formatting.

stef commented 1 year ago

muchas gracias! <3