Use Markdown instead of HTML

This commit is contained in:
github-actions[bot]
2025-05-10 19:07:11 +02:00
parent de689247ac
commit a5e7e271ea
5 changed files with 14328 additions and 422 deletions

View File

@ -4,4 +4,10 @@ version = "0.1.0"
description = "Wuthering Waves archive"
readme = "README.md"
requires-python = ">=3.13"
dependencies = ["aiofiles", "beautifulsoup4", "httpx", "markupsafe"]
dependencies = [
"aiofiles",
"beautifulsoup4",
"httpx",
"markdownify",
"markupsafe",
]