From 53d10123c03287b6114896fc5f0c30da755cc034 Mon Sep 17 00:00:00 2001 From: bbazukun123 Date: Tue, 19 Dec 2023 10:49:14 +0000 Subject: [PATCH] Hotfix: Remove Parental Prefixes from link texts of { @link } Tags (#44) * Remove Parental Prefixes from link texts of { @link } Tags * Remove console log --------- Co-authored-by: Baz Utsahajit --- src/utils/overrides.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/overrides.ts b/src/utils/overrides.ts index 2cf50b5..5f6d2ef 100644 --- a/src/utils/overrides.ts +++ b/src/utils/overrides.ts @@ -131,7 +131,7 @@ export function overrideLinkerPlugin() { return `${linkText}`; + )}>${removeParentalPrefix(linkText)}`; } if (isDataType(docPath))