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')
Command Line Tool
output from Markdown to HTML:
hoedownpy MARKDOWNFILE.md
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.2.3.tar.gz
(109.2 kB
view details)
File details
Details for the file hoedown-0.2.3.tar.gz
.
File metadata
- Download URL: hoedown-0.2.3.tar.gz
- Upload date:
- Size: 109.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 18ac6569c1ac29de01cf9ba5ab96bae576465ee9a8409215fe28d436e77cfd7f |
|
MD5 | cb1c5e620eb277deabb3345012bc387f |
|
BLAKE2b-256 | 4b93ffaa07fb6d2f76783f5ea977dafd30fbe18c2ce216cf0d966748cfaeb7c8 |