aboutsummaryrefslogtreecommitdiff
path: root/helix-term/Cargo.toml
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-03-05 07:07:46 +0000
committerBlaž Hrastnik2021-03-05 07:07:46 +0000
commit1d42b959159751078b3bbc159a45cebe51d924fa (patch)
treea18b9b752a2b6a5e32320278b54d587b870a1d30 /helix-term/Cargo.toml
parenta5c4314940e2ef875026f52ffb6f285725d3fb02 (diff)
ui: wip: Markdown doc renderer.
Diffstat (limited to 'helix-term/Cargo.toml')
-rw-r--r--helix-term/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
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 }