Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

randogoth/underlined

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Repository moved to codeberg.org/randogoth/underlined.git

underlined

Simple Mistune plug-in that turns _ Markdown tags into <ul> instead of <em> HTML tags

Use

from mistune import Markdown
from underlined import underlined

md = 'this _text_ is underlined'
parser = Markdown()
underlined(parser)
html = parser(md)

this <ul>text</ul> is underlined

About

Simple Mistune plug-in that turns _ tags into <ul> instead of <em>

Topics

Resources

Stars

Watchers

Forks