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
|
|
@ -24,7 +24,7 @@ svg = ["iced_renderer/svg"]
|
|||
canvas = ["iced_renderer/geometry"]
|
||||
qr_code = ["canvas", "dep:qrcode"]
|
||||
wgpu = ["iced_renderer/wgpu-bare"]
|
||||
markdown = ["dep:pulldown-cmark", "dep:url"]
|
||||
markdown = ["dep:pulldown-cmark"]
|
||||
highlighter = ["dep:iced_highlighter"]
|
||||
advanced = []
|
||||
crisp = []
|
||||
|
|
@ -49,6 +49,3 @@ pulldown-cmark.optional = true
|
|||
|
||||
iced_highlighter.workspace = true
|
||||
iced_highlighter.optional = true
|
||||
|
||||
url.workspace = true
|
||||
url.optional = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue