This is a light-weighted, purly python made markdown parser and render
Project description
markdown
A learn-motivated markdown parser.
Supports all standard md elements.
Sample use case:
Install:
pip install lightmd
Parse md.
import lightmd
with open("your.md", "r") as md_file:
## Parse content
parsed_content = lightmd.parse_md_to_ast(md_file)
## Render to HTML
rendered_html = lightmd.render_html(parsed_content)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
lightmd-0.0.1.1-py3-none-any.whl
(45.7 kB
view hashes)
Close
Hashes for lightmd-0.0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 213066e4f116e635450d0df7169fd45fc99ccba918b2b9d5f13b1652ad54d387 |
|
MD5 | cd6a08fc832a1113a084b544d99bb2a1 |
|
BLAKE2b-256 | ca0dba66bd270ba15a68d45b93af908fd895a16697e4e4c4fcb40364acc1bd5c |