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.2.tar.gz
(7.9 kB
view details)
File details
Details for the file md4c-0.1.2.tar.gz.
File metadata
- Download URL: md4c-0.1.2.tar.gz
- Upload date:
- Size: 7.9 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 |
2ece2fd5203178b39d4470bf4abf364667faa77dca0bfdf198eedb8c81c26eac
|
|
| MD5 |
f18e8530caca1b6ca2407399d0bf0a89
|
|
| BLAKE2b-256 |
3a2f036c7b56153f70da4eb085e9a1fbd219f1c4f0621fecdd509c286bf11cf0
|