Skip to content

Commit

Permalink
update link documentation on URIs requiring quoting if they contain a…
Browse files Browse the repository at this point in the history
… fragment
  • Loading branch information
pmoura committed Feb 5, 2025
1 parent 4bd0f57 commit f7ef684
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/tour/interactive.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
:::

<CodeBlock className="language-d2">
{Links}
</CodeBlock>
Expand Down

0 comments on commit f7ef684

Please sign in to comment.