Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

beingryu/misaka

Open more actions menu
 
 

Repository files navigation

http://algospot.com/ flavored Misaka.

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

Extra Features

To be updated.

Installation

Cython is only needed to compile .pyx file.

With pip:

pip install misaka

Or manually:

python setup.py install

Example

Very simple example:

from misaka import Markdown, HtmlRenderer

rndr = HtmlRenderer()
md = Markdown(rndr)

print md.render('some text')

Or:

import misaka as m
print m.html('some other text')

>>>>>>> fsx/master

About

The Python binding for Sundown, a markdown parsing library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 83.8%
  • Python 16.2%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.