Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove strikethrough from literal strings
When Pygments renders HTML, t uses the `<s>` tag for string literals, which most browsers will interpret as a Strikethrough, which is confusing. Introduced during a fix for pypa/readme_renderer#262 and surfaced in project pages since. Fixes: pypi#12484 Signed-off-by: Mike Fiedler <[email protected]>
- Loading branch information