Stop parsing Url in markdown

CommonMark accepts any URI.

Co-authored-by: nico2sh <mail@nico2sh.com>
This commit is contained in:
Héctor Ramón Jiménez 2025-11-21 04:40:41 +01:00
parent a9c1b81b58
commit 918e45824a
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
6 changed files with 71 additions and 60 deletions

4
Cargo.lock generated
View file

@ -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]]