help: Remove incorrectly inserted steps component in code blocks.

The list inside the code block should not have any Steps component
inside it, since that is reserved for our MDX, not the formatting guide
for the Zulip apps.
This commit is contained in:
Shubham Padia
2025-09-03 19:00:10 +00:00
committed by Tim Abbott
parent 68edb5ef04
commit 6bcacb31ef

View File

@@ -3,7 +3,6 @@ import { Steps } from '@astrojs/starlight/components';
### What you type ### What you type
``` ```
<Steps>
1. numbered lists 1. numbered lists
1. increment automatically 1. increment automatically
1. use nested lists if you like 1. use nested lists if you like
@@ -11,7 +10,6 @@ import { Steps } from '@astrojs/starlight/components';
1. one more 1. one more
17. lists can start at any number 17. lists can start at any number
18. so you can continue a list after some other text 18. so you can continue a list after some other text
</Steps>
``` ```
### What it looks like ### What it looks like