Skip to main content

A CFFI binding for Hoedown, a markdown parsing library.

Project description

https://img.shields.io/pypi/v/misaka.svg https://img.shields.io/pypi/dm/misaka.svg https://img.shields.io/travis/FSX/misaka.svg

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


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

Uploaded Source

Built Distribution

misaka-2.0.0-cp27-none-win_amd64.whl (41.7 kB view details)

Uploaded CPython 2.7 Windows x86-64

File details

Details for the file misaka-2.0.0.tar.gz.

File metadata

  • Download URL: misaka-2.0.0.tar.gz
  • Upload date:
  • Size: 121.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for misaka-2.0.0.tar.gz
Algorithm Hash digest
SHA256 336ef1381ab840046b7da9f95c4c28af17e636aed8dcfcf1efe972db05f73604
MD5 79352edb71f604402277d8bb6d3a54ef
BLAKE2b-256 1038a2f575ae8552b15d20b0ce3f5f5e60052091069c42ad07462fe3027f8f0d

See more details on using hashes here.

Provenance

File details

Details for the file misaka-2.0.0-cp27-none-win_amd64.whl.

File metadata

File hashes

Hashes for misaka-2.0.0-cp27-none-win_amd64.whl
Algorithm Hash digest
SHA256 4a15e96a58b2d5732edc2bc7513d4e85cc134cc76a1e2d09bf4d405ecedb5026
MD5 964f75b10ae895336f235e0ab466282c
BLAKE2b-256 47bf69010b0c1cb9bee1455b1640a3239bdb210aaf9b2bc1df26cc8eb5257c97

See more details on using hashes here.

Provenance

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