feat(mdx-loader): add support for siteConfig.markdown.remarkRehypeOptions (#9674)

This commit is contained in:
Sébastien Lorber 2023-12-27 23:19:25 +01:00 committed by GitHub
parent bd7d64f455
commit bfb882c2f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 47 additions and 1 deletions

View file

@ -165,6 +165,7 @@ async function createProcessorFactory() {
const mdxProcessor = createMdxProcessor({
...processorOptions,
remarkRehypeOptions: options.markdownConfig.remarkRehypeOptions,
format,
});