Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyPi incorrectly renders RST definition lists #317

Open
divenex opened this issue Aug 5, 2024 · 1 comment
Open

PyPi incorrectly renders RST definition lists #317

divenex opened this issue Aug 5, 2024 · 1 comment

Comments

@divenex
Copy link

divenex commented Aug 5, 2024

When the README.rst file contains RST definition lists, which requires a space before the colon, like

term : classifier
    Definition

They are rendered by PyPi without the colon and spaces, like termclassifier.

image

@miketheman
Copy link
Member

Looks like we'd need to allow definition lists and associated tags through clean()

Tags are likely: dl, dt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants