From 1d42b959159751078b3bbc159a45cebe51d924fa Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Fri, 5 Mar 2021 16:07:46 +0900 Subject: ui: wip: Markdown doc renderer. --- helix-term/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'helix-term/Cargo.toml') diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index 34b37636..eaf8ebd7 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -39,3 +39,5 @@ fuzzy-matcher = "0.3" ignore = "0.4" # shellexpand = "2.1" dirs-next = "2.0" +# markdown doc rendering +pulldown-cmark = { version = "0.8", default-features = false } -- cgit v1.2.3-70-g09d2