Switch to pulldown-cmark for markdown parsing + Try to parse mentions

It's not working correctly yet for some reason…
This commit is contained in:
Bat
2018-06-20 15:29:19 +01:00
parent b9951f0d70
commit 4ea071e709
5 changed files with 66 additions and 143 deletions
+1 -1
View File
@@ -8,7 +8,6 @@ extern crate base64;
extern crate bcrypt;
extern crate chrono;
extern crate colored;
extern crate comrak;
extern crate failure;
#[macro_use]
extern crate failure_derive;
@@ -23,6 +22,7 @@ extern crate dotenv;
#[macro_use]
extern crate lazy_static;
extern crate openssl;
extern crate pulldown_cmark;
extern crate reqwest;
extern crate rocket;
extern crate rocket_contrib;