We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97833e4 commit d5a0b79Copy full SHA for d5a0b79
packages/docusaurus-mdx-loader/README.md
@@ -47,4 +47,13 @@ A function to provide the metadataPath depending on current loaded MDX path that
47
48
### `markdownConfig`
49
50
-The global Docusaurus Markdown config (`config.markdown`).
+The global Docusaurus Markdown config (`config.markdown`), that plugin authors should forward:
51
+
52
+```js
53
+const loader = {
54
+ loader: require.resolve('@docusaurus/mdx-loader'),
55
+ options: {
56
+ markdownConfig: siteConfig.markdown,
57
+ },
58
+};
59
+```
0 commit comments