Render space pages from Forgejo markdown (CSOC-WP-0004-T04)
Fetch raw files from Forgejo, sanitize markdown to HTML, and show them on space detail. Ship a public demo fixture path and seed_demo_space command.
This commit is contained in:
parent
86b54243b8
commit
1cedd8f219
13 changed files with 606 additions and 26 deletions
|
|
@ -12,6 +12,8 @@ dependencies = [
|
|||
"gunicorn>=22.0",
|
||||
"authlib>=1.3",
|
||||
"httpx>=0.27",
|
||||
"markdown>=3.10.3",
|
||||
"bleach>=6.4.0",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue