Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit 5bf8a61

Browse files
committed
docs: update mdx-plugins
1 parent aa4e752 commit 5bf8a61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/documentation/references/mdx-plugins.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ menu: References
77

88
# Using MDX Plugins
99

10-
Since MDX uses the [remark](https://github.com/remarkjs/remark)/[rehype](https://github.com/rehypejs/rehype) ecosystems, you can use plugins to modify AST on different stages of the process in order to make your documentation better.
10+
Since MDX uses the [remark](https://github.com/remarkjs/remark)/[rehype](https://github.com/rehypejs/rehype) ecosystems, you can use plugins to modify your documents' AST on different stages of the process in order to make your documentation better.
1111

12-
Set inside your configuration file: `mdPlugins` for remark plugins and `hastPlugins` for rehype plugins.
12+
Set `mdPlugins` for remark plugins and `hastPlugins` for rehype plugins inside your configuration file.
1313

1414
```js
1515
import images from 'remark-images'

0 commit comments

Comments
 (0)