Skip to content

Commit

Permalink
fix: remove markdown.mode option
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Moore committed May 23, 2022
1 parent 294a668 commit 058e176
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/astro/src/@types/astro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -513,16 +513,6 @@ export interface AstroUserConfig {
*/
drafts?: boolean;

/**
* @docs
* @name markdown.mode
* @type {'md' | 'mdx'}
* @default `mdx`
* @description
* Control wheater to allow components inside markdown files ('mdx') or not ('md').
*/
mode?: 'md' | 'mdx';

/**
* @docs
* @name markdown.shikiConfig
Expand Down

0 comments on commit 058e176

Please sign in to comment.