Skip to content
This repository was archived by the owner on Sep 10, 2026. It is now read-only.

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

Repository moved to code.randogoth.com/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

0 stars

Watchers

1 watching

Forks

Contributors