A MkDocs extension to convert <steps> tags into ordered lists.
Project description
StepsList
A Markdown extension for MkDocs that converts <steps> tags into an ordered list with a class of md-steps to use in CSS to style your lists.
Installation
You can install this package using pip:
pip install stepslist
Usage
To use this extension, add it to your MkDocs configuration file (mkdocs.yml):
markdown_extensions:
- stepslist
Now, you can use the <steps> tag in your Markdown files:
<steps>
1. Step one
2. Step two
3. Step three
</steps>
This will be rendered as an ordered list:
<ol class="md-steps">
<li>Step one</li>
<li>Step two</li>
<li>Step three</li>
</ol>
This project is licensed under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file stepslist-0.6.8.tar.gz.
File metadata
- Download URL: stepslist-0.6.8.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
693c4dec3269ab8ac3dde709b96a6b8ebd4b81a46153e6a2239a6ae13171e2b1
|
|
| MD5 |
0333c513672da76edd9406f7adc40613
|
|
| BLAKE2b-256 |
26235dfa3cc767c4eb44198d2a9a4945b66b2819c777325bb3bce931bf1c0d14
|
File details
Details for the file stepslist-0.6.8-py3-none-any.whl.
File metadata
- Download URL: stepslist-0.6.8-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1cffd2a2d6733119cd4bd68a945258f1dbdebbae4cf87dd5753816fb3a2aea45
|
|
| MD5 |
003a4eb8de1f2eec4389dd2130075acc
|
|
| BLAKE2b-256 |
af6a311e6efa20144e447365450a4b4ca87e564972f70d4bd03ce94adf0f11f8
|