Skip to content

Commit 16c7365

Browse files
authored
docs: fix highlight options table
1 parent 19ca1c6 commit 16c7365

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/content/docs/1.getting-started/3.configuration.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,10 @@ type Highlight = false | object
145145
146146
Nuxt Content uses [Shiki](https://github.com/shikijs/shiki) to provide syntax highlighting for [`ProsePre`](/docs/components/prose#prosepre) and [`ProseCode`](/docs/components/prose#prosecode).
147147
148-
| Option | Type | Description |
149-
| `theme` | `ShikiTheme` or `Record<string, ShikiTheme>` | The [color theme](https://github.com/shikijs/shiki/blob/main/docs/themes.md) to use. |
150-
| `langs` | `ShikiLang[]` | The [loaded languages](https://github.com/shikijs/shiki/blob/main/docs/languages.md) available for highlighting. |
148+
| Option | Type | Description |
149+
| - | - | - |
150+
| `theme` | `ShikiTheme` or `Record<string, ShikiTheme>` | The [color theme](https://github.com/shikijs/shiki/blob/main/docs/themes.md) to use. |
151+
| `langs` | `ShikiLang[]` | The [loaded languages](https://github.com/shikijs/shiki/blob/main/docs/languages.md) available for highlighting. |
151152
152153
- `highlight.theme`
153154

0 commit comments

Comments
 (0)