[ci] format
This commit is contained in:
parent
341344f331
commit
6086562a93
1 changed files with 2 additions and 2 deletions
|
@ -724,9 +724,9 @@ export interface AstroUserConfig {
|
|||
* @description
|
||||
* Enable Astro's pre-v1.0 support for components and JSX expressions in `.md` Markdown files.
|
||||
* In Astro `1.0.0-rc`, this original behavior was removed as the default, in favor of our new [MDX integration](/en/guides/integrations-guide/mdx/).
|
||||
*
|
||||
*
|
||||
* To enable this behavior, set `legacy.astroFlavoredMarkdown` to `true` in your [`astro.config.mjs` configuration file](/en/guides/configuring-astro/#the-astro-config-file).
|
||||
*
|
||||
*
|
||||
* ```js
|
||||
* {
|
||||
* legacy: {
|
||||
|
|
Loading…
Reference in a new issue