storybook/docs/_snippets/storybook-custom-docs-markdown.md

264 B

import { Meta, Markdown } from '@storybook/blocks';

import Readme from '../../Changelog.md?raw';

<Meta title="Changelog" />

# Changelog

<Markdown>{Readme}</Markdown>