readme_renderer icon indicating copy to clipboard operation
readme_renderer copied to clipboard

Safely render long_description/README files in Warehouse

Results 24 readme_renderer issues
Sort by recently updated
recently updated
newest added

I used footnotes in [the project README](https://github.com/shenxianpeng/gitstats/tree/v0.4.1), which looks like the following. ![Image](https://github.com/user-attachments/assets/fc222a61-d6d3-4b7e-a264-5a61f0fc9cf5) click [1] to jump to the footnotes ![Image](https://github.com/user-attachments/assets/e202a983-bf42-4830-857e-b7b2c54df099) --- Hower on https://pypi.org/project/gitstats, it will display like this...

good first issue

Hello, let me start with an example. foobar This input is transformed into this, with an overwritten rel-attribute: foobar But what I want is foobar https://github.com/pypa/readme_renderer/blob/71f7cba4ee4a7009f4c4b2fb9b878e2704481bde/readme_renderer/clean.py#L79-L85 # Background I am...

feature request

Hello, https://github.com/pypa/readme_renderer/blob/71f7cba4ee4a7009f4c4b2fb9b878e2704481bde/readme_renderer/clean.py#L84 Today it might be a good time to remove the support of "http" in readme_renderer because of security issues. Maybe there could be a config option to opt-in...

Unnecessary since Pygments 2.5 https://github.com/pygments/pygments/pull/1262