cleanup
This commit is contained in:
parent
7ff79c97b9
commit
f2d1105417
1 changed files with 2 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
import { Meta, Canvas } from '@storybook/blocks';
|
import { Meta } from '@storybook/blocks';
|
||||||
|
|
||||||
import * as BodyTextStories from './BodyText.stories.svelte';
|
import * as BodyTextStories from './BodyText.stories.svelte';
|
||||||
|
|
||||||
|
|
@ -6,11 +6,7 @@ import * as BodyTextStories from './BodyText.stories.svelte';
|
||||||
|
|
||||||
# BodyText
|
# BodyText
|
||||||
|
|
||||||
The `BodyText` creates the main text of
|
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.
|
||||||
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:
|
Use it like this:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue