Markdown parsing.
Project description
Bindings for the MD4C markdown parser.
Installing
pip3 install md4c
Usage
import md4c
parser = md4c.Html()
with open('some/doc.md') as file:
data = file.read()
html = parser.get(data)
with open('some/index.html', 'w') as file:
file.write(html)
Links
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
md4c-0.1.4.tar.gz
(8.0 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
md4c-0.1.4-py3-none-any.whl
(11.0 kB
view details)
File details
Details for the file md4c-0.1.4.tar.gz.
File metadata
- Download URL: md4c-0.1.4.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aadceb9f7bf0ec2635417001921e2874256d38e471d6e5e80844547d6f2407ab
|
|
| MD5 |
1e17eba006dd4be1881255ed98fc4b52
|
|
| BLAKE2b-256 |
4b862d048afb680a6b2c8bca333805671a6c914abe7a5f61a6a452a4877556d3
|
File details
Details for the file md4c-0.1.4-py3-none-any.whl.
File metadata
- Download URL: md4c-0.1.4-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ecc69a99bcbd2d27ed004bcf589dc00ad70c44a2190c9a5c9113155f70dbaf24
|
|
| MD5 |
059e59a471fdd90ea99c4e8f31b97d60
|
|
| BLAKE2b-256 |
41d4c9229cfd9c7311b585cf75413976876da6f3de14967a3573c2869ba63cd0
|