readme_renderer
readme_renderer copied to clipboard
Safely render long_description/README files in Warehouse
I used footnotes in [the project README](https://github.com/shenxianpeng/gitstats/tree/v0.4.1), which looks like the following.  click [1] to jump to the footnotes  --- Hower on https://pypi.org/project/gitstats, it will display like this...
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...
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