Skip to content

Commit 137aa98

Browse files
committed
chore: revert unnecessary change
1 parent aaf4872 commit 137aa98

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

server/utils/docs/text.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ export function createSymbolId(kind: string, name: string): string {
7070
*/
7171
export function parseJsDocLinks(text: string, symbolLookup: SymbolLookup): string {
7272
let result = escapeHtml(text)
73+
7374
result = result.replace(/\{@link\s+([^\s}]+)(?:\s+([^}]+))?\}/g, (_, target, label) => {
7475
const displayText = label || target
7576

0 commit comments

Comments
 (0)