mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
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:
committed by
Tim Abbott
parent
68edb5ef04
commit
6bcacb31ef
@@ -3,7 +3,6 @@ import { Steps } from '@astrojs/starlight/components';
|
||||
### What you type
|
||||
|
||||
```
|
||||
<Steps>
|
||||
1. numbered lists
|
||||
1. increment automatically
|
||||
1. use nested lists if you like
|
||||
@@ -11,7 +10,6 @@ import { Steps } from '@astrojs/starlight/components';
|
||||
1. one more
|
||||
17. lists can start at any number
|
||||
18. so you can continue a list after some other text
|
||||
</Steps>
|
||||
```
|
||||
|
||||
### What it looks like
|
||||
|
Reference in New Issue
Block a user