Skip to content

Commit fb6859a

Browse files
docs: fix formatting of excludeLangs default value (#13408)
Co-authored-by: delucis <[email protected]>
1 parent 0efdc22 commit fb6859a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/astro/src/types/public/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1332,7 +1332,7 @@ export interface ViteUserConfig extends OriginalViteUserConfig {
13321332
* @name markdown.syntaxHighlight.excludeLangs
13331333
* @kind h4
13341334
* @type {string[]}
1335-
* @default ['math']
1335+
* @default `['math']`
13361336
* @version 5.5.0
13371337
* @description
13381338
*

0 commit comments

Comments
 (0)