Add @version
metadata to config reference types (#5793)
This commit is contained in:
parent
a673239548
commit
54076a41eb
1 changed files with 2 additions and 0 deletions
|
@ -773,6 +773,7 @@ export interface AstroUserConfig {
|
||||||
* @name markdown.gfm
|
* @name markdown.gfm
|
||||||
* @type {boolean}
|
* @type {boolean}
|
||||||
* @default `true`
|
* @default `true`
|
||||||
|
* @version 2.0.0
|
||||||
* @description
|
* @description
|
||||||
* Astro uses [GitHub-flavored Markdown](https://github.com/remarkjs/remark-gfm) by default. To disable this, set the `gfm` flag to `false`:
|
* 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
|
* @name markdown.smartypants
|
||||||
* @type {boolean}
|
* @type {boolean}
|
||||||
* @default `true`
|
* @default `true`
|
||||||
|
* @version 2.0.0
|
||||||
* @description
|
* @description
|
||||||
* Astro uses the [SmartyPants formatter](https://daringfireball.net/projects/smartypants/) by default. To disable this, set the `smartypants` flag to `false`:
|
* Astro uses the [SmartyPants formatter](https://daringfireball.net/projects/smartypants/) by default. To disable this, set the `smartypants` flag to `false`:
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue