summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Chris Swithinbank <swithinbank@gmail.com> 2023-01-09 09:40:20 +0100
committerGravatar GitHub <noreply@github.com> 2023-01-09 09:40:20 +0100
commit54076a41ebf5da421370a130b97a6406f094042e (patch)
tree4ff7baa5873549658e640955520218f7375b32fa
parenta673239548d769771f7ec20c222dc4f62c14a500 (diff)
downloadastro-54076a41ebf5da421370a130b97a6406f094042e.tar.gz
astro-54076a41ebf5da421370a130b97a6406f094042e.tar.zst
astro-54076a41ebf5da421370a130b97a6406f094042e.zip
Add `@version` metadata to config reference types (#5793)
-rw-r--r--packages/astro/src/@types/astro.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts
index a0623f5cd..d7c314da0 100644
--- a/packages/astro/src/@types/astro.ts
+++ b/packages/astro/src/@types/astro.ts
@@ -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`:
*