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:
+1
-1
@@ -9,7 +9,6 @@ array_tool = "1.0"
|
||||
base64 = "0.9"
|
||||
bcrypt = "0.2"
|
||||
colored = "1.6"
|
||||
comrak = "0.2"
|
||||
dotenv = "*"
|
||||
failure = "0.1"
|
||||
failure_derive = "0.1"
|
||||
@@ -19,6 +18,7 @@ hex = "0.3"
|
||||
hyper = "*"
|
||||
lazy_static = "*"
|
||||
openssl = "0.10.6"
|
||||
pulldown-cmark = { version = "0.1.2", default-features = false }
|
||||
reqwest = "0.8"
|
||||
rpassword = "2.0"
|
||||
serde = "*"
|
||||
|
||||
Reference in New Issue
Block a user