Stop parsing Url in markdown
CommonMark accepts any URI. Co-authored-by: nico2sh <mail@nico2sh.com>
This commit is contained in:
parent
a9c1b81b58
commit
918e45824a
6 changed files with 71 additions and 60 deletions
|
|
@ -12,10 +12,13 @@ iced.features = ["markdown", "highlighter", "image", "tokio", "debug"]
|
|||
reqwest.version = "0.12"
|
||||
reqwest.features = ["json"]
|
||||
|
||||
image.workspace = true
|
||||
tokio.workspace = true
|
||||
tokio.features = ["fs"]
|
||||
|
||||
open = "5.3"
|
||||
image.workspace = true
|
||||
url.workspace = true
|
||||
|
||||
webbrowser = "1"
|
||||
|
||||
# Disabled to keep amount of build dependencies low
|
||||
# This can be re-enabled on demand
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue