You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is only one story and a readme.md that should be rendered.
We used npm since this is how our project is set up but I expect the same issue to occur with yarn.
EDIT: I want to mention that removing the comments from all markdown files is not an option (it is also valid md and therefore should not cause issues)
The text was updated successfully, but these errors were encountered:
Originally posted by @pixelass in #18383 (comment)
Looks like I found the issue while trying to build the repro.
It is an HTML comment within the markdown
README.md
Test.stories.mdx
which is then reactified via:
.stroybook/main.js
(partial)Here's the very minimal repro: https://github.com/pixelass/sb-repro-mdx
There is only one story and a readme.md that should be rendered.
We used npm since this is how our project is set up but I expect the same issue to occur with yarn.
EDIT: I want to mention that removing the comments from all markdown files is not an option (it is also valid md and therefore should not cause issues)
The text was updated successfully, but these errors were encountered: