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.2.tar.gz
(78.7 kB
view details)
File details
Details for the file misaka-1.0.2.tar.gz
.
File metadata
- Download URL: misaka-1.0.2.tar.gz
- Upload date:
- Size: 78.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6197e4886ff0c2718df1b472e40b5fea45f447a7a5b0192a48123ee868973517 |
|
MD5 | e99649aaa2a1d0dbeec78069fee3551a |
|
BLAKE2b-256 | 13aa223cbe8fec4cfff748aff3542c6ce6a8cca09c1c58948345fcc2fde4dc22 |