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