Prat fork of Frank Smit's Python binding for Sundown, a markdown parsing library.
Project description
The Python binding for Sundown, a markdown parsing library.
Documentation can be found at: http://misaka.61924.nl/
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')
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
prat-misaka-1.1.5.tar.gz
(95.2 kB
view hashes)
Built Distribution
Close
Hashes for prat-misaka-1.1.5.macosx-10.9-intel.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f9f360ff68738aa5bd3908a483502789bb1e59e95124c42c3b8aefe2662b5b2 |
|
MD5 | 4aef6ff6e3370512f52bce2f12deba71 |
|
BLAKE2b-256 | c577b54ac8bd518367fea14ea06897c2037be8279dc02365394a6f8727e687d3 |