misaka 1.0.0
The Python binding for Sundown, a markdown parsing library.
Latest Version: 1.0.2
The Python binding for Sundown, a markdown parsing library.
Documentation can be found at: http://misaka.61924.nl/
Installation
Cython is needed to compile Misaka.
With pip:
pip install misaka
Or manually:
python setup.py install
Example
Very simple example:
from misaka import Markdown, HtmlRenderer
rndr = HtmlRenderer()
md = Markdown(rndr)
print md.render('some text')
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| misaka-1.0.0.tar.gz (md5) | Source | 2012-02-04 | 55KB | 279 | |
- Author: Frank Smit
- Home Page: http://misaka.61924.nl/
- License: MIT
-
Categories
- Development Status :: 4 - Beta
- Intended Audience :: Developers
- License :: OSI Approved :: MIT License
- Programming Language :: C
- Programming Language :: Cython
- Programming Language :: Python :: 2.7
- Programming Language :: Python :: 3.2
- Topic :: Text Processing :: Markup
- Topic :: Text Processing :: Markup :: HTML
- Topic :: Utilities
- Package Index Owner: FSX
- DOAP record: misaka-1.0.0.xml
