Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

joapuiib/pymdown-fancylists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pymdown-fancylists

⚠️ This extension is deprecated in favor of pymdown-extensions 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'])

About

Python Markdown Extension that allows more types of lists.

Resources

Stars

Watchers

Forks

Languages