articles: parse body as markdown

This commit is contained in:
Agahnim 2026-05-13 14:21:24 +02:00
parent ca2471485c
commit 77c75010b4
Signed by: Agahnim
SSH key fingerprint: SHA256:Zj65PJnE0dRYye8Ltk/qDglynyXUxJngQ9qqx/VI+b4
6 changed files with 706 additions and 24 deletions

View file

@ -7,6 +7,7 @@ edition = "2024"
askama = { version = "0.15.4", features = ["std", "derive", "serde_json"] }
axum = "0.8.8"
chrono = { version = "0.4.44", features = ["serde"] }
comrak = "0.31"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
tokio = { version = "1.50.0", features = ["full"] }