From 746fe82bd72e035d1a9fd7a49652a72dca299667 Mon Sep 17 00:00:00 2001 From: Bobbie Goede Date: Fri, 1 Aug 2025 15:01:22 +0200 Subject: [PATCH] fix: `ProseCode` preview syntax highlighting --- docs/content/docs/5.components/2.prose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/5.components/2.prose.md b/docs/content/docs/5.components/2.prose.md index 56cc0bb75..f35d768ea 100644 --- a/docs/content/docs/5.components/2.prose.md +++ b/docs/content/docs/5.components/2.prose.md @@ -92,7 +92,7 @@ If you want to use `]` in the filename, you need to escape it with 2 backslashes :::code-preview{icon="i-lucide-eye" label="Preview"} `code` - `const code: string = 'highlighted code inline'` + `const code: string = 'highlighted code inline'`{lang="ts"} ::: ::