diff options
| author | demo <demo@antix1> | 2026-05-08 11:59:41 -0400 |
|---|---|---|
| committer | demo <demo@antix1> | 2026-05-08 11:59:41 -0400 |
| commit | 7bea96d5d39c387c77540009139e5000720fb6fc (patch) | |
| tree | 1d77a05c93803e7ccb8a4fc93de2e2a17acf532b | |
| parent | 875385c100802c10269669136bb8e60931293ca5 (diff) | |
feat: add example with whitespace-only link text
| -rw-r--r-- | html/ex_spaces.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/html/ex_spaces.html b/html/ex_spaces.html new file mode 100644 index 0000000..943f405 --- /dev/null +++ b/html/ex_spaces.html @@ -0,0 +1,5 @@ +<html> + <body> + <a href="/spaces"> </a> + </body> +</html> |
