We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35e46f5 + f7ef684 commit 454eb7dCopy full SHA for 454eb7d
docs/tour/interactive.md
@@ -41,6 +41,12 @@ tooltips.
41
42
Links are like tooltips, except you click to go to an external link.
43
44
+:::info
45
+When the link contains the `#` character as part of a URI fragment, e.g.,
46
+`https://example.com/page#fragment`, remember that the fragment will be
47
+treated as a comment if unquoted and unescaped.
48
+:::
49
+
50
<CodeBlock className="language-d2">
51
{Links}
52
</CodeBlock>
0 commit comments