From f2d1105417adbd91f4cc14fa1c591e9914abdccc Mon Sep 17 00:00:00 2001 From: MinamiFunakoshiTR Date: Thu, 6 Mar 2025 10:27:23 -0800 Subject: [PATCH] cleanup --- src/components/BodyText/BodyText.mdx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/components/BodyText/BodyText.mdx b/src/components/BodyText/BodyText.mdx index 660719cf..cfc846a2 100644 --- a/src/components/BodyText/BodyText.mdx +++ b/src/components/BodyText/BodyText.mdx @@ -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: