diff --git a/docs/tour/interactive.md b/docs/tour/interactive.md index 8300106..d8e9d92 100644 --- a/docs/tour/interactive.md +++ b/docs/tour/interactive.md @@ -41,6 +41,12 @@ tooltips. Links are like tooltips, except you click to go to an external link. +:::info +When the link contains the `#` character as part of a URI fragment, e.g., +`https://example.com/page#fragment`, remember that the fragment will be +treated as a comment if unquoted and unescaped. +::: + {Links}