Skip to content

randogoth/underlined

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

License

Stars

Watchers

Forks

Languages