From a44d8eaddcdabac5cfc92a1492491e3796ab628c Mon Sep 17 00:00:00 2001 From: Krishna Ayyalasomayajula Date: Mon, 1 Jun 2026 23:20:43 -0500 Subject: [PATCH] fix: enable line numbers on all code blocks via filterMetaString --- app/posts/[slug]/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/posts/[slug]/page.tsx b/app/posts/[slug]/page.tsx index 3f296c2..17118dd 100644 --- a/app/posts/[slug]/page.tsx +++ b/app/posts/[slug]/page.tsx @@ -93,6 +93,7 @@ export default async function PostPage({ params }: { params: Promise<{ slug: str }, keepBackground: false, lineNumbers: true, + filterMetaString: (metaString: string | undefined) => (metaString || '') + ' showLineNumbers', grid: true, onVisitLine(node: LineElement) { if (node.children.length === 0) {