A CFFI binding for Hoedown, a markdown parsing library.
Project description
A CFFI binding for Hoedown (version 3), a markdown parsing library.
Documentation can be found at: http://misaka.61924.nl/
Installation
Misaka has been tested on CPython 2.6, 2.7, 3.2, 3.3, 3.4, 3.5 and PyPy 2.6. It needs CFFI 1.0 or newer, because of this it will not work on PyPy 2.5 and older.
With pip:
pip install misaka
Or manually:
python setup.py install
Example
Very simple example:
import misaka as m
print m.html('some other text')
Or:
from misaka import Markdown, HtmlRenderer
rndr = HtmlRenderer()
md = Markdown(rndr)
print(md('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-2.1.0.tar.gz
(127.7 kB
view details)
File details
Details for the file misaka-2.1.0.tar.gz
.
File metadata
- Download URL: misaka-2.1.0.tar.gz
- Upload date:
- Size: 127.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87637d90f5f52595d07ed1be93d0576d32632d125694b96b8e4ce55cd4c019fb |
|
MD5 | 1ffe737992df7e0ab4cce3294487cc2e |
|
BLAKE2b-256 | 47c2ba9c82ae0ec62bcec62d690e715be6ead4457f83000f4ef6e919f77a8e5f |