mirror of
https://github.com/withastro/astro.git
synced 2025-04-14 23:51:49 -05:00
docs: fix formatting of excludeLangs
default value (#13408)
Co-authored-by: delucis <357379+delucis@users.noreply.github.com>
This commit is contained in:
parent
0efdc22b18
commit
fb6859a7fa
1 changed files with 1 additions and 1 deletions
|
@ -1332,7 +1332,7 @@ export interface ViteUserConfig extends OriginalViteUserConfig {
|
|||
* @name markdown.syntaxHighlight.excludeLangs
|
||||
* @kind h4
|
||||
* @type {string[]}
|
||||
* @default ['math']
|
||||
* @default `['math']`
|
||||
* @version 5.5.0
|
||||
* @description
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue