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

This commit is contained in:
Tom Alexander
2023-10-08 09:54:10 -04:00
parent bbcafef8bf
commit 120a06055f
2 changed files with 28 additions and 1 deletions

View File

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