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.
- Customizable. You can add custom markdown tags 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>
more info soon.
Project details
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size mpiece-0.1.0.tar.gz (15.6 kB) | File type Source | Python version None | Upload date | Hashes View hashes |