mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 11:11:53 +08:00
14 lines
204 B
Plaintext
14 lines
204 B
Plaintext
```mdx
|
|
{/* Changelog.mdx */}
|
|
|
|
import { Meta, Markdown } from "@storybook/blocks";
|
|
|
|
import Readme from "../../Changelog.md?raw";
|
|
|
|
<Meta title="Changelog" />
|
|
|
|
# Changelog
|
|
|
|
<Markdown>{Readme}</Markdown>
|
|
```
|