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 Distribution
lightmd-0.0.1.2.tar.gz
(10.1 kB
view hashes)
Built Distribution
lightmd-0.0.1.2-py3-none-any.whl
(30.8 kB
view hashes)
Close
Hashes for lightmd-0.0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e220910902cc72b959b4c1068d4699ef580ec6e0e892e4a553f969fc2ce737f |
|
MD5 | 805a08c9962818cdcb0f17ba6a4a1d76 |
|
BLAKE2b-256 | 06fb0d7948b19343af34ba2a01f1df61a44db5f9f41f555aa2452fb95f38801d |