0
Fork 0
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:
Armand Philippot 2025-03-12 19:15:11 +01:00 committed by GitHub
parent 0efdc22b18
commit fb6859a7fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
*