Prat fork of Frank Smit's Python binding for Sundown, a markdown parsing library.
Project description
The Python binding for Sundown, a markdown parsing library.
Documentation can be found at: http://misaka.61924.nl/
Installation
Cython is only needed to compile .pyx file.
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')
Or:
import misaka 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
prat-misaka-1.1.5.tar.gz
(95.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file prat-misaka-1.1.5.tar.gz.
File metadata
- Download URL: prat-misaka-1.1.5.tar.gz
- Upload date:
- Size: 95.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a8e7fbe6f76b619055a98f4371ed032115e7e9cbfece1a255069092b3875b4f
|
|
| MD5 |
653c17b97aa6482eb01f6ec99a885b73
|
|
| BLAKE2b-256 |
8f1c4a132fdeec3996669fcfe43d342d0a642a4ae4529b762ece058b7c94afc2
|
File details
Details for the file prat-misaka-1.1.5.macosx-10.9-intel.tar.gz.
File metadata
- Download URL: prat-misaka-1.1.5.macosx-10.9-intel.tar.gz
- Upload date:
- Size: 85.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f9f360ff68738aa5bd3908a483502789bb1e59e95124c42c3b8aefe2662b5b2
|
|
| MD5 |
4aef6ff6e3370512f52bce2f12deba71
|
|
| BLAKE2b-256 |
c577b54ac8bd518367fea14ea06897c2037be8279dc02365394a6f8727e687d3
|