Handle 3 or more slashes in the path for plain links.

This commit is contained in:
Tom Alexander
2023-10-08 09:51:12 -04:00
parent 038535174b
commit bbcafef8bf
2 changed files with 21 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
file:foo
file:/bar
file://baz
file:///lorem
file:////ipsum
file://///dolar
https:foo
https:/bar
https://baz
https:///lorem
https:////ipsum
https://///dolar