新的markdown转html实现

This commit is contained in:
xunbu
2025-08-20 17:49:20 +08:00
parent 48c519657e
commit c61055de43
4 changed files with 75 additions and 18 deletions

View File

@@ -5,7 +5,6 @@ readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"httpx==0.27.2",
"markdown2>=2.5.3",
"fastapi[standard]>=0.115.12",
"jsonpath-ng>=1.7.0",
"openpyxl>=3.1.5",
@@ -16,6 +15,8 @@ dependencies = [
"lxml>=5.4.0",
"python-docx>=1.2.0",
"beautifulsoup4>=4.13.4",
"markdown>=3.8.2",
"pymdown-extensions>=10.16.1",
]
dynamic = ["version"]