From 030c2112306928bd54819981355a924b630203ea Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Tue, 12 Jul 2022 14:15:53 +0100 Subject: [PATCH] fix: internal links would not redirect properly --- external/lang | 2 +- src/components/markdown/plugins/anchors.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/external/lang b/external/lang index 8a5984ed..5af7326c 160000 --- a/external/lang +++ b/external/lang @@ -1 +1 @@ -Subproject commit 8a5984ed8f336637e9aa60ef3934e2bc5b9023e9 +Subproject commit 5af7326c286f729ac6dd4cabff9dfdf7c480b631 diff --git a/src/components/markdown/plugins/anchors.tsx b/src/components/markdown/plugins/anchors.tsx index 6d0f52f0..8d616247 100644 --- a/src/components/markdown/plugins/anchors.tsx +++ b/src/components/markdown/plugins/anchors.tsx @@ -17,7 +17,7 @@ export function RenderAnchor({ // Render direct link if internal if (link.type === "navigate") { - return ; + return ; } return (