From 682ad0426963ca5f9e55e0b67c899a74ded4fc76 Mon Sep 17 00:00:00 2001 From: Hugo Richard Date: Thu, 14 Aug 2025 11:20:17 +0100 Subject: [PATCH] fix: missing highlighting in code example --- content/2.essentials/2.code-blocks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/2.essentials/2.code-blocks.md b/content/2.essentials/2.code-blocks.md index 79a604d5..9bcfe1d6 100644 --- a/content/2.essentials/2.code-blocks.md +++ b/content/2.essentials/2.code-blocks.md @@ -112,7 +112,7 @@ Line highlighting is useful for focusing users on important parts of code exampl --- class: "[&>div]:*:my-0 [&>div]:*:w-full" --- -```ts [nuxt.config.ts] +```ts [nuxt.config.ts]{4-5} export default defineAppConfig({ ui: { icons: {