mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
Update commas in examples
This commit is contained in:
parent
dc1d195ae4
commit
9cffb48ae6
@ -61,7 +61,7 @@ import someMarkdownText from './someMarkdownText.md';
|
||||
|
||||
storiesOf('Component', module).add(
|
||||
'With Markdown',
|
||||
() => <Component />
|
||||
() => <Component />,
|
||||
{ notes: { markdown: someMarkdownText } }
|
||||
);
|
||||
```
|
||||
@ -74,7 +74,7 @@ import Component from './Component';
|
||||
|
||||
storiesOf('Component', module).add(
|
||||
'With Markdown',
|
||||
() => <Component />
|
||||
() => <Component />,
|
||||
{ notes: { markdown: `
|
||||
# Hello World
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user