From a570a2a06a73cfd62ccfaf2bdd40a9f90654f4ca Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 23 Jul 2020 11:05:45 -0700 Subject: [PATCH] Note about these not working on PyPI Refs https://github.com/pypa/readme_renderer/issues/169 --- github-actions/markdown-table-of-contents.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/github-actions/markdown-table-of-contents.md b/github-actions/markdown-table-of-contents.md index dcc73ad637..11942e764a 100644 --- a/github-actions/markdown-table-of-contents.md +++ b/github-actions/markdown-table-of-contents.md @@ -50,3 +50,5 @@ jobs: git push ``` You can see this running on the [dogsheep/twitter-to-sqlite](https://github.com/dogsheep/twitter-to-sqlite) repository. + +Unfortunately these links don't work on READMEs that are rendered by PyPI yet, e.g. [twitter-to-sqlite](https://pypi.org/project/twitter-to-sqlite/). There's an open issue for that [here](https://github.com/pypa/readme_renderer/issues/169).