Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

stepslist-0.1.2.tar.gz (2.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

stepslist-0.1.2-py3-none-any.whl (2.5 kB view details)

Uploaded Python 3

File details

Details for the file stepslist-0.1.2.tar.gz.

File metadata

  • Download URL: stepslist-0.1.2.tar.gz
  • Upload date:
  • Size: 2.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.0

File hashes

Hashes for stepslist-0.1.2.tar.gz
Algorithm Hash digest
SHA256 1943b065a60505b234d118d76e38542ff2f156abdfbd86aae752f2ad6cf7266b
MD5 5e58915cc63f9b094382480949db18d5
BLAKE2b-256 f11532037549df13a776baec18cb6c4a024f23ad651de173cc6ef44402c019c5

See more details on using hashes here.

File details

Details for the file stepslist-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: stepslist-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 2.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.0

File hashes

Hashes for stepslist-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 3e97e5f8a8064f2295cc1816b047906815fe3096f31f10142dbf204354105879
MD5 b57ebd38f995aba01678949f1af520a0
BLAKE2b-256 88c3957064527c93f0ae8860d289b4384cbb48ffc4cec8bdf09ba7f0dd7694e0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page