The Python binding for Hoedown, a markdown parsing library.
Project description
The Python binding for hoedown, a markdown parsing library. the original code of the misaka library by Frank Smit.
Installation
Cython is only needed to compile .pyx file.
With pip:
pip install hoedown
Or manually:
python setup.py install
Example
Very simple example:
from hoedown import Markdown, HtmlRenderer rndr = HtmlRenderer() md = Markdown(rndr) print md.render('some text')
Or:
import hoedown 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
hoedown-0.1.1.tar.gz
(109.1 kB
view details)
File details
Details for the file hoedown-0.1.1.tar.gz
.
File metadata
- Download URL: hoedown-0.1.1.tar.gz
- Upload date:
- Size: 109.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c53e71e86920908709e59be3bb385a475ab713bae74ee486d8e1c4bbd3f89255 |
|
MD5 | 18badeaa865a0507bf7f48e7ae98c84a |
|
BLAKE2b-256 | e649c81d94085cd5fe00e5e5ddfa8189c67eafcd6043aff51d2d7e75887a7263 |