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.1.tar.gz
(77.8 kB
view details)
File details
Details for the file misaka-1.0.1.tar.gz
.
File metadata
- Download URL: misaka-1.0.1.tar.gz
- Upload date:
- Size: 77.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a6f4c579ccaff3ba6df70fd818bc18037e33b480dbb519a4512c04f52a52dbe |
|
MD5 | 7d5ea01ceda8ad84ff09a31a3e61a7c8 |
|
BLAKE2b-256 | 85d825d81ff94455d0f079662bcfeb2b7b51a79c0fda3914b51d04fb665892e7 |