storybook/docs/snippets/common/component-story-mdx-embed.mdx.mdx

11 lines
149 B
Plaintext

```md
<!-- MyComponent.stories.mdx -->
import { Story } from '@storybook/addon-docs';
# Some header
And Markdown here
<Story id="some--id" />
```