This commit is contained in:
MinamiFunakoshiTR 2025-03-06 10:27:23 -08:00
parent 7ff79c97b9
commit f2d1105417
Failed to extract signature

View file

@ -1,4 +1,4 @@
import { Meta, Canvas } from '@storybook/blocks';
import { Meta } from '@storybook/blocks';
import * as BodyTextStories from './BodyText.stories.svelte';
@ -6,11 +6,7 @@ import * as BodyTextStories from './BodyText.stories.svelte';
# BodyText
The `BodyText` creates the main text of
your page. You can pass the `text` prop a
[markdown-formatted](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)
string, which will be parsed into paragraphs, headers, lists, blockquotes or
whatever else you need.
The `BodyText` creates the main text of your page. You can pass the `text` prop a [markdown-formatted](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet string, which will be parsed into paragraphs, headers, lists, blockquotes or whatever else you need.
Use it like this: