added pulldown-cmark to convert from markdown string to html format

string #689
This commit is contained in:
DastInDark
2022-09-23 20:18:15 +09:00
parent d3c6a65f5b
commit 7303ef33ad
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -749,6 +749,7 @@ dependencies = [
"openssl",
"pbr",
"prettytable-rs",
"pulldown-cmark",
"quick-xml",
"rand",
"regex",

View File

@@ -39,6 +39,7 @@ lock_api = "0.4.*"
crossbeam-utils = "0.8.*"
num-format = "*"
comfy-table = "6.*"
pulldown-cmark = { version = "0.9.*", default-features = false, features = ["simd"] }
[build-dependencies]
static_vcruntime = "2.*"