Skip to content

A markdown python extension that allow you to create <mark> tag by using ==some text== or ???other text???

License

Notifications You must be signed in to change notification settings

alberic89/markdown_mark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

markdown_mark

Extends the Python Markdown. Adds the possibility to use ==something== or ???something??? to create a span that looks like <mark>something</mark>

Install through pip:

pip install markdown_mark

To enable the markdown_mark package and use it in your markdown generation just add it like so:

import markdown

result = markdown.markdown(textToRender, extensions=["markdown_mark",])

About

A markdown python extension that allow you to create <mark> tag by using ==some text== or ???other text???

Topics

Resources

License

Stars

Watchers

Forks

Languages