Customizable and fast Markdown parser in pure Python
Project description
Fast and very customizable markdown parser in pure Python.
Features
Pure Python. Tested in Python 2.7+, Python 3.3+ and PyPy.
Very fast.
Customizable. You can add new markdown grammar and modify the output.
More. Table, footnotes, fenced code.
Install
Installing mpiece with pip:
$ pip install mpiece
Basic Usage
from mpiece import markdown
md_text = "**Hello world!!!**"
result = markdown(md_text)
print(result)
# output: <p><strong>Hello world!!!</strong></p>
Documentation
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
mpiece-0.2.2.tar.gz
(18.6 kB
view details)
File details
Details for the file mpiece-0.2.2.tar.gz
.
File metadata
- Download URL: mpiece-0.2.2.tar.gz
- Upload date:
- Size: 18.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f141b9fa82e36a68680d108713633405900cbb7d30d1bcf41da4b363ddb92164 |
|
MD5 | 94df4995b640dd687482e45f24d91e1c |
|
BLAKE2b-256 | 7e4466f5f1b3890fd3ef0342a42264fb126558f41d78bf3b3a17c2495ef7c59d |