GitHub project
@@ -204,6 +212,6 @@ We recommend building UIs with a [**component-driven**](https://componentdriven.
- TipEdit the Markdown in{' '}
+ TipEdit the Markdown in{" "}
src/stories/Introduction.stories.mdx
diff --git a/apps/storybook/stories/components/Markdown.stories.tsx b/apps/storybook/stories/components/Markdown.stories.tsx
index f84023f18..89c4e1afa 100644
--- a/apps/storybook/stories/components/Markdown.stories.tsx
+++ b/apps/storybook/stories/components/Markdown.stories.tsx
@@ -19,8 +19,6 @@ ${"```"}js
console.log("Hello, World!");
${"```"}
-
-
${"```"}python
print('Hello, World!')
${"```"}
@@ -33,16 +31,12 @@ const listContent = `
* Subitem
* Yet another item
-
-
1. First item
2. Second item
1. Subitem
2. Subitem
3. Last item
-
-
- [x] Read ticket thoroughly
- [ ] Design implementation
- [ ] Write code and tests