We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
I'm not 100% sure what's going on, but it appears the remark plugins that are set up in https://github.com/storybookjs/storybook/blob/4b47793e118f091971f2a453d486c5f01875811d/addons/docs/src/preset.ts#L55-L58 are not making it through to this new MDX2 loader.
When inspecting the options pulled from webpack in
mdx2-csf/loader.js
Line 17 in d607151
The effect of this is that header links in mdx no longer are applied.
The text was updated successfully, but these errors were encountered:
Fix docs-addons preset to pass MDX loader options properly
2b7f9f0
This relates to storybookjs/mdx2-csf#12 and storybookjs/mdx2-csf#11.
72fb692
1c3072d
Successfully merging a pull request may close this issue.
Describe the bug
I'm not 100% sure what's going on, but it appears the remark plugins that are set up in https://github.com/storybookjs/storybook/blob/4b47793e118f091971f2a453d486c5f01875811d/addons/docs/src/preset.ts#L55-L58 are not making it through to this new MDX2 loader.
When inspecting the options pulled from webpack in
mdx2-csf/loader.js
Line 17 in d607151
The effect of this is that header links in mdx no longer are applied.
The text was updated successfully, but these errors were encountered: