We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf4872 commit 137aa98Copy full SHA for 137aa98
1 file changed
server/utils/docs/text.ts
@@ -70,6 +70,7 @@ export function createSymbolId(kind: string, name: string): string {
70
*/
71
export function parseJsDocLinks(text: string, symbolLookup: SymbolLookup): string {
72
let result = escapeHtml(text)
73
+
74
result = result.replace(/\{@link\s+([^\s}]+)(?:\s+([^}]+))?\}/g, (_, target, label) => {
75
const displayText = label || target
76
0 commit comments