mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-09 14:22:27 +02:00
feat(mdx-loader): add support for siteConfig.markdown.remarkRehypeOptions (#9674)
This commit is contained in:
parent
bd7d64f455
commit
bfb882c2f0
10 changed files with 47 additions and 1 deletions
|
@ -165,6 +165,7 @@ async function createProcessorFactory() {
|
|||
|
||||
const mdxProcessor = createMdxProcessor({
|
||||
...processorOptions,
|
||||
remarkRehypeOptions: options.markdownConfig.remarkRehypeOptions,
|
||||
format,
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue