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 b93f58e commit 1779f0eCopy full SHA for 1779f0e
.storybook/lib/storiesFromMarkdown.js
@@ -20,7 +20,7 @@ const railsOcticonToReact = (html) => {
20
}
21
22
const nodeToStory = (node, file) => {
23
- let html = railsOcticonToReact(node.value)
+ const html = railsOcticonToReact(node.value)
24
const element = htmlParser.parse(html)
25
const pairs = node.lang.replace(/^html\s*/, '')
26
const attrs = pairs.length ? parsePairs(pairs) : {}
0 commit comments