working markdown to html

This commit is contained in:
2026-01-24 20:18:55 -05:00
parent 4af1325ad6
commit f9d58cbd7c
15 changed files with 503 additions and 421 deletions

View File

@@ -9,3 +9,6 @@ markdown = "1.0.0"
pulldown-cmark = "0.13.0"
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
tower-http = { version = "0.5", features = ["fs"] }
askama = "0.14.0"
serde_json = "1.0.149"
serde = "1.0.228"