Skip to main content

Python Markdown Extension that allows more types of lists.

Project description

pymdown-fancylists

Python Markdown Extension that allows more types of lists.

Inspired by Pandoc fancy_lists extension

  • Default (numbers).

  • Upper case letters (type="A")

    A. List item
    B. List item
    C. List item
    
  • Lower case letters (type="a")

    a. List item
    b. List item
    c. List item
    
  • Upper case roman numbers (type="I")

    I. List item
    II. List item
    III. List item
    
  • Lower case roman numbers (type="i")

    i. List item
    ii. List item
    iii. List item
    

It also supports setting the starting value of the list.

f. List item
g. List item

Installation

pip install pymdown-fancylists

Usage

md = markdown.Markdown(extensions=['fancylists'])

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

pymdown_fancylists-0.2.1.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

pymdown_fancylists-0.2.1-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

Supported by

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