From 778bfdc57102816b1234d13ed022447a983942ee Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Thu, 4 Jun 2020 00:01:12 -0400 Subject: Markdown support. This accomplishes two things: 1. The og cards and page title no longer contain half-baked markup. Instead, they show the markdown equivalent, which is generally pretty friendly. In other words, the page title is "Have you checked `resolv.conf`?" and not "Have you checked resolve.conf?" 2. Phrases can now start with terms other than "Have you checked". --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1002fa2..41870a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ edition = "2018" [dependencies] actix-rt = "~1.0" actix-web = "~2.0" +pulldown-cmark = "~0.7" rand = "~0.7" serde = "~1.0" serde_urlencoded = "~0.6" -- cgit v1.2.3