-
Notifications
You must be signed in to change notification settings - Fork 465
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
Workaround for reST rendering #3391
Workaround for reST rendering #3391
Conversation
ccd66e8
to
fbc1e8c
Compare
@larsoner Could you please have a look at this PR:
|
Keep in mind we use it in our sdist / on PyPI via Line 6 in a6b4e1e
Renders into this page on release https://pypi.org/project/codespell/ And it looks like One bugfix is that the In any case I think I'd prefer to keep the correct format specifiers and just wait for GH to fix their rendering at some point, and keep the nicer rendering on PyPI (and any editors that render |
Agreed with @larsoner I think it's a bug from Gh rendering |
Yes, that's a bug in GitHub rendering. As I wrote:
It occurs with all of I find decent rendering of the README in GitHub is more important than fancy syntax highlighting. Any way, you decide. At least let's merge the second commit, which ensures better rendering through consistent indentation of reST code blocks. |
Okay based on your edit how about a compromise where we change |
Let's keep it as is then. The real language type would be I have just kept the |
fbc1e8c
to
ddeaa6c
Compare
GitHub does not render reST
code::block::
properly, with most language specifiers. Remove language specifiers for now, until GitHub fix this issue.Fixes #3390 (comment).