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

@ -1,5 +1,4 @@
// CRATES
extern crate comrak;
use actix_web::{get, HttpResponse, Result};
use askama::Template;