mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 05:31:06 +08:00
11 lines
149 B
Plaintext
11 lines
149 B
Plaintext
```md
|
|
<!-- MyComponent.stories.mdx -->
|
|
|
|
import { Story } from '@storybook/addon-docs';
|
|
|
|
# Some header
|
|
|
|
And Markdown here
|
|
|
|
<Story id="some--id" />
|
|
``` |