#pythonmarkdown — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #pythonmarkdown, aggregated by home.social.
-
I'm really close to releasing the backlinks feature of mkdocs-autorefs/mkdocstrings.
I'm just working on merging this performance optimization in Python-Markdown first, because otherwise build time can increase a lot: https://github.com/Python-Markdown/markdown/pull/1510.
-
By default, #Pelican uses Python-Markdown to parse #blog posts written in #Markdown. But I heard #mistletoe was faster, so I spent a while replacing it with mistletoe.
Turns out Python-Markdown has more features than mistletoe (like footnotes!). And I didn't bother to check. 😖
#python #staticsite #staticsitegenerator #PythonMarkdown #webdev #webdevelopment #website
-
#PythonMarkdown is a #Markdown parser in #Python.
Python-Markdown is an implementation of Markdown, supporting generating HTML or XHTML. Python-Markdown provides several extensions providing extra features, including code blocks, tables, and footnotes. Custom language extensions can also be added, with many options available for when and how extensions are used.
Website 🔗️: https://python-markdown.github.io/
apt 📦️: python-markdown python3-markdown