pypa / readme_renderer

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

Checkbox Problem #208

Closed shahind closed 2 years ago

shahind commented 2 years ago

Adding checkboxes in the readme of the package using Github markdown like this:

- [x] Rank (Rank)
- [ ] Tournament (Tournament)

will not be handled properly in PyPI page of the package, should be like this:

but:
image