Skip to content

Commit

Permalink
Merge pull request #251 from pmoura/update_link_documentation
Browse files Browse the repository at this point in the history
update link documentation on URIs requiring quoting if they contain a fragment
  • Loading branch information
alixander authored Feb 5, 2025
2 parents 35e46f5 + f7ef684 commit 454eb7d
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 454eb7d

Please sign in to comment.