mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
docs: extendDefaultPlugins
cross-linking (minor) (#5204)
This commit is contained in:
parent
fc5cb2a51d
commit
22ca6a6056
1 changed files with 2 additions and 2 deletions
|
@ -729,7 +729,7 @@ export interface AstroUserConfig {
|
||||||
* Pass [remark plugins](https://github.com/remarkjs/remark) to customize how your Markdown is built. You can import and apply the plugin function (recommended), or pass the plugin name as a string.
|
* Pass [remark plugins](https://github.com/remarkjs/remark) to customize how your Markdown is built. You can import and apply the plugin function (recommended), or pass the plugin name as a string.
|
||||||
*
|
*
|
||||||
* :::caution
|
* :::caution
|
||||||
* Providing a list of plugins will **remove** our default plugins. To preserve these defaults, see the `extendDefaultPlugins` flag.
|
* Providing a list of plugins will **remove** our default plugins. To preserve these defaults, see the [`extendDefaultPlugins`](#markdownextenddefaultplugins) flag.
|
||||||
* :::
|
* :::
|
||||||
*
|
*
|
||||||
* ```js
|
* ```js
|
||||||
|
@ -750,7 +750,7 @@ export interface AstroUserConfig {
|
||||||
* Pass [rehype plugins](https://github.com/remarkjs/remark-rehype) to customize how your Markdown's output HTML is processed. You can import and apply the plugin function (recommended), or pass the plugin name as a string.
|
* Pass [rehype plugins](https://github.com/remarkjs/remark-rehype) to customize how your Markdown's output HTML is processed. You can import and apply the plugin function (recommended), or pass the plugin name as a string.
|
||||||
*
|
*
|
||||||
* :::caution
|
* :::caution
|
||||||
* Providing a list of plugins will **remove** our default plugins. To preserve these defaults, see the `extendDefaultPlugins` flag.
|
* Providing a list of plugins will **remove** our default plugins. To preserve these defaults, see the [`extendDefaultPlugins`](#markdownextenddefaultplugins) flag.
|
||||||
* :::
|
* :::
|
||||||
*
|
*
|
||||||
* ```js
|
* ```js
|
||||||
|
|
Loading…
Reference in a new issue