Integrate list from Python-Markdown wiki
Possibly this page has lots of extension that we don't list here: https://github.com/Python-Markdown/markdown/wiki/Third-Party-Extensions.
For sure, let's add them. I expect maybe 65% of that list should be added. Maybe we put only ones installable on PyPi unless it's something amazing. And exclude deleted, obviously abandoned or archived ones. Who's gonna do it? :smile:
I can do it :laughing:
Math / LaTeX
- [ ] md4mathjax archived
- [ ] mdx_math just a gist, no pypi
- [ ] Markdown-LaTeX archived
- [x] Markdown-KaTeX
- [ ] markdown2latex 404
- [x] asciimathml using fork https://github.com/ShadowKyogre/python-asciimathml instead
- [ ] python-markdown-math already listed
- [ ] markdown-simplechem no pypi
@pawamoy thanks! maybe making such lists is too much work and you just put what you decide into a pull request? as you wish
Yes, I will split the work on several days/PRs :slightly_smiling_face:
Additional Tags (part 1)
- [x] DjangoStaticTag bitbucket though
- [x] Icons
- [x] Superscript
- [x] Subscript
- [x] markdown_sub_sup
- [x] cite
- [x] KBD Extension
- [ ] markdown-del-ins already listed
- [x] markdown-emdash
- [ ] PyEmbed archived
- [ ] python-markdown-qrcode no extension entrypoint, uses old relative imports
- [x] semanticwikilinks
- [x] semanticdata
- [ ] mdx_wikilink_plus already listed
- [x] Grid Tables using fork https://gitlab.com/WillDaSilva/markdown_grid_tables/ instead
- [ ] mkdcomments fork on pypi but sources are 404
- [x] checklist
- [ ] Markdown-Bugzilla-Extension no extension entrypoint, uses old relative imports