migrate to python-markdown

This commit is contained in:
Daniel Fichtinger 2025-07-05 00:01:24 -04:00
parent 9f38b16d0c
commit 9b4e18d607
3 changed files with 100 additions and 83 deletions

View file

@ -10,10 +10,12 @@ requires-python = ">=3.12"
dependencies = [
"dacite>=1.9.2",
"jinja2>=3.1.6",
"markdown>=3.8.2",
"marko>=2.1.4",
"pygments>=2.19.1",
"pygments-ashen>=0.1.3",
"pygments-kakoune>=0.1.0",
"pymdown-extensions>=10.16",
"python-dateutil>=2.9.0.post0",
"python-frontmatter>=1.1.0",
"rich>=14.0.0",