Skip to main content

The Python binding for Hoedown, a markdown parsing library.

Project description

python-hoedown
==============

.. image:: 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.

.. _hoedown: https://github.com/hoedown/hoedown


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

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for hoedown-0.1.tar.gz
Algorithm Hash digest
SHA256 983f89d0a3dde270181a1893e31e6492cb41b0802f33ba5c3ce6e0b51cc09e6f
MD5 82cbc644e68c017aa478bcbb0f5c78bd
BLAKE2b-256 525a66e8e6f4a4920ff1f435f8652ba815931bfbf9a6014dcf251282135387e4

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