Skip to main content

The Python binding for Hoedown, a markdown parsing library.

Project description

https://secure.travis-ci.org/hhatto/python-hoedown.png?branch=master

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.tar.gz (113.0 kB view details)

Uploaded Source

File details

Details for the file hoedown-0.2.tar.gz.

File metadata

  • Download URL: hoedown-0.2.tar.gz
  • Upload date:
  • Size: 113.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for hoedown-0.2.tar.gz
Algorithm Hash digest
SHA256 b3f3b4885a63c545805cbc2ecf72036649623b60b97dcdc46348293bc7bf0ed3
MD5 76f56e222a52e0b575bba5274cd6bddf
BLAKE2b-256 02323e3c1089481b646c9de05e844aaec8bd764c2debd02a4a9670f8578218c9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page