Add @version metadata to config reference types (#5793)

This commit is contained in:
Chris Swithinbank 2023-01-09 09:40:20 +01:00 committed by GitHub
parent a673239548
commit 54076a41eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -773,6 +773,7 @@ export interface AstroUserConfig {
* @name markdown.gfm
* @type {boolean}
* @default `true`
* @version 2.0.0
* @description
* Astro uses [GitHub-flavored Markdown](https://github.com/remarkjs/remark-gfm) by default. To disable this, set the `gfm` flag to `false`:
*
@ -790,6 +791,7 @@ export interface AstroUserConfig {
* @name markdown.smartypants
* @type {boolean}
* @default `true`
* @version 2.0.0
* @description
* Astro uses the [SmartyPants formatter](https://daringfireball.net/projects/smartypants/) by default. To disable this, set the `smartypants` flag to `false`:
*