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 (