We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a221b4f commit c589db8Copy full SHA for c589db8
.storybook/lib/storiesFromMarkdown.js
@@ -11,6 +11,7 @@ const blockToStory = block => {
11
}
12
13
14
+export default function storiesFromMarkdown(req) {
15
return req.keys().reduce((stories, file) => {
16
const markdown = req(file)
17
const path = file.replace(/^\.\//, '')
0 commit comments