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.3.tar.gz
(21.8 kB
view details)
File details
Details for the file mpiece-0.2.3.tar.gz
.
File metadata
- Download URL: mpiece-0.2.3.tar.gz
- Upload date:
- Size: 21.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 251931531a9e65755ebdfdaedda27c5fd2506eeba9e79dd8cc3078f86fe40aff |
|
MD5 | 87a58861e98ba29d76fd69728bee0908 |
|
BLAKE2b-256 | e695783c00ea206183658d26a25cb074f469bf00bbd24f6ec5a2aeb93e7062ae |