You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 16, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: src/docs/documentation/references/mdx-plugins.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ menu: References
7
7
8
8
# Using MDX Plugins
9
9
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.
11
11
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.
0 commit comments