ui: wip: Markdown doc renderer.

This commit is contained in:
Blaž Hrastnik 2021-03-05 16:07:46 +09:00
parent a5c4314940
commit 1d42b95915
7 changed files with 165 additions and 4 deletions

View file

@ -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 }