Skip to content

triopter/mdx-3-cite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extension for Python-Markdown v3

Dead-simple extension meant to replace the original mdx_cite extension, which is not maintained, nor compatible with python-markown v3+

Installation

pip install git+https://github.com/triopter/mdx-3-cite.git#egg=mdx_cite

Usage

>>> import markdown
>>> src = '"""Who Is Killing the Great Chefs of Europe?""" is the last movie I watched.'
>>> html = markdown.markdown(src, extensions=['mdx_cite'])
>>> print(html)
<p><cite>Who Is Killing the Great Chefs of Europe?</cite> is the last movie I watched.</p>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages