Skip to content

Commit 7ec7243

Browse files
authored
fix: missing highlighting in code example (#236)
1 parent cca1bbc commit 7ec7243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/2.essentials/2.code-blocks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Line highlighting is useful for focusing users on important parts of code exampl
112112
---
113113
class: "[&>div]:*:my-0 [&>div]:*:w-full"
114114
---
115-
```ts [nuxt.config.ts]
115+
```ts [nuxt.config.ts]{4-5}
116116
export default defineAppConfig({
117117
ui: {
118118
icons: {

0 commit comments

Comments
 (0)