The 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 needed to compile Misaka.
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')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
misaka-1.0.0.tar.gz
(56.6 kB
view details)
File details
Details for the file misaka-1.0.0.tar.gz
.
File metadata
- Download URL: misaka-1.0.0.tar.gz
- Upload date:
- Size: 56.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15ab38153b2d1ad309d32868580f4927276a6fb03238a06c4d1ec57eb9d4dae9 |
|
MD5 | 7462b5902f1da09000f8c0a654ea3ae9 |
|
BLAKE2b-256 | 34c6a9037747722b5605baab671db7887ff0e41944e12fffe98eb4ea9e53eeb5 |