fix(ui): support cmd-click links in inline code (#12552)

This commit is contained in:
Kit Langton 2026-02-13 14:57:38 -05:00 committed by GitHub
parent 72c09e1dcc
commit d30e917385
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 49 additions and 0 deletions

View file

@ -209,3 +209,8 @@
display: block;
}
}
[data-component="markdown"] a.external-link:hover > code {
text-decoration: underline;
text-underline-offset: 2px;
}