Skip to content

Commit

Permalink
Add @version metadata to config reference types (#5793)
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Jan 9, 2023
1 parent a673239 commit 54076a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/astro/src/@types/astro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
*
Expand All @@ -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`:
*
Expand Down

0 comments on commit 54076a4

Please sign in to comment.