Skip to content

Commit 19ca1c6

Browse files
authored
docs: fix table on config key
1 parent cb105a4 commit 19ca1c6

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

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

+3-8
Original file line numberDiff line numberDiff line change
@@ -145,14 +145,9 @@ 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-
| | | |
149-
| ------ | ---- | ---------------------------------------------------------------------------------------------------------------- |
150-
| | | |
151-
| | | |
152-
| | | |
153-
| Option | Type | Description |
154-
| | | The [color theme](https://github.com/shikijs/shiki/blob/main/docs/themes.md) to use. |
155-
| | | The [loaded languages](https://github.com/shikijs/shiki/blob/main/docs/languages.md) available for highlighting. |
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. |
156151
157152
- `highlight.theme`
158153

0 commit comments

Comments
 (0)