Render more markdown features in hover popover
This commit is contained in:
parent
7960067cf9
commit
d298ce3fd3
11 changed files with 421 additions and 175 deletions
|
@ -37,6 +37,7 @@ settings = { path = "../settings" }
|
|||
sum_tree = { path = "../sum_tree" }
|
||||
terminal = { path = "../terminal" }
|
||||
util = { path = "../util" }
|
||||
|
||||
aho-corasick = "0.7"
|
||||
anyhow.workspace = true
|
||||
async-trait.workspace = true
|
||||
|
@ -47,7 +48,6 @@ lazy_static.workspace = true
|
|||
log.workspace = true
|
||||
parking_lot.workspace = true
|
||||
postage.workspace = true
|
||||
pulldown-cmark = { version = "0.9.1", default-features = false }
|
||||
rand.workspace = true
|
||||
regex.workspace = true
|
||||
serde.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue