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
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -2598,7 +2598,6 @@ dependencies = [
|
|||
"rustc-hash 2.1.1",
|
||||
"thiserror 2.0.17",
|
||||
"unicode-segmentation",
|
||||
"url",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -3203,9 +3202,10 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"iced",
|
||||
"image",
|
||||
"open",
|
||||
"reqwest",
|
||||
"tokio",
|
||||
"url",
|
||||
"webbrowser",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue