Skip to content
/ misaka Public
forked from FSX/misaka

The Python binding for Sundown, a markdown parsing library.

License

Notifications You must be signed in to change notification settings

yetone/misaka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Misaka

A Python binding for Sundown, a markdown parsing library.

Documentation can be found at: https://misaka.61924.nl/

Installation

Cython is needed to compile Misaka.

With pip:

pip install misaka

Or manually:

python setup.py install

Example

from misaka import Markdown, HtmlRenderer

rndr = HtmlRenderer() md = Markdown(rndr)

print md.render('some text')

About

The Python binding for Sundown, a markdown parsing library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published