-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
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
[Bug]: markdown headings in MDX are broken (no html anchors) #20519
Comments
FWIW I'm also seeing this when using 6.5.13 (Preact)
|
I'm running into this issue as well. "@storybook/addon-essentials": "^6.5.15",
"@storybook/builder-vite": "^0.3.0",
"@storybook/core-common": "^6.5.15",
"@storybook/core-server": "^6.5.15",
"@storybook/web-components": "^6.5.15", |
If anybody is still seeing this on 7.0, do you a have a reproduction repo you can share? Thank you! 🙏 |
Ooh-la-la!! I just released https://github.com/storybookjs/storybook/releases/tag/v7.0.0-rc.10 containing PR #21796 that references this issue. Upgrade today to the
|
@shilman it works like a charm :D Thank you very much. |
Describe the bug
Using Storybook with
@storybook/react-vite
with@storybook/addon-essentials
, I can't seem to get anchors to work in MDX files.Hovering them simply does not display the icon, and my links pointing to anchors does not work. I see no ids on the headings when I inspect the HTML.
This is a big issue for me, developers should be able to share urls to a specific section of a page.
To Reproduce
I think this previous fix was supposed to take care of it but I still have the bug
System
The text was updated successfully, but these errors were encountered: