Markdown Extensions: Steps #5229
trueberryless
started this conversation in
Ideas
Replies: 1 comment
|
Yeah can be added. Syntax can be container-like I guess: ::: steps
1. foo
bar
2. baz
qux
::: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I would like to propose to add a new Markdown extension to Vitepress which renders an ordered list with additional styling to make them look like steps that need to be followed, which often occurs in documentation.
An example of such a feature in other documentation frameworks would be Starlight's Steps component.
All reactions