-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
*.story.md is not rendering properly with Sveltekit #321
Comments
inline docs for svelte would be nice too! happy to brainstorm syntax with you... i dont think this style of docs will be very discoverable or easy to maintain |
Looks like sveltekit applies a transform to markdown files 🐈 |
@Akryum wow, if you can parse comments i think that'd work but also maybe you just wanna support mdsvex as your preferred story rendering format instead of .md? (yes it has enough community traction that it isn't going to surprise any svelte users). syntax highlighting would be supported because "its just markdown" thats what i loved about the old docz style of storybooking, for what its worth. multiple stories, all inline with arbitrary description for each story in markdown. |
Maybe a markdown file could be compiled on to a story component. |
might as well use mdsvex? :) |
Describe the bug
was trying out the docs files feature... but add a .story.md file in svelte, and this happens
for component:
for "virtual story":
Reproduction
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: