From 53de61cdc3387e303871ad585d4fa3867d2abaa5 Mon Sep 17 00:00:00 2001 From: Kevin Van Cott Date: Mon, 31 Aug 2026 06:54:16 -0500 Subject: [PATCH] fix: disambiguate library companion links --- src/components/landing/HighlightLanding.tsx | 4 ++-- src/components/landing/MarkdownLanding.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/landing/HighlightLanding.tsx b/src/components/landing/HighlightLanding.tsx index aa8e072ef..fb5f8030b 100644 --- a/src/components/landing/HighlightLanding.tsx +++ b/src/components/landing/HighlightLanding.tsx @@ -179,8 +179,8 @@ export default function HighlightLanding() { body="Every renderer and adapter receives the highlighter you assembled; none imports every language behind your back." />

diff --git a/src/components/landing/MarkdownLanding.tsx b/src/components/landing/MarkdownLanding.tsx index 9b8cd0f6f..3fece9b9a 100644 --- a/src/components/landing/MarkdownLanding.tsx +++ b/src/components/landing/MarkdownLanding.tsx @@ -244,8 +244,8 @@ export default function MarkdownLanding() { body="Code fences carry language and metadata. An explicit highlighter renders them later, so the core never silently imports a grammar engine." />