Add Markdown Table Support

This commit is contained in:
spikecodes
2020-10-25 19:55:00 -07:00
parent a1e6f95151
commit 1b5a3a59c0
8 changed files with 58 additions and 260 deletions

View File

@ -10,7 +10,7 @@ actix-files = "0.4.0"
askama = "0.9"
serde_json = "1.0"
reqwest = { version = "0.10", features = ["blocking"] }
comrak = "0.8"
pulldown-cmark = "0.8.0"
chrono = "0.4"
[build-dependencies]