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." />