a very simple python package to convert markdown document into html document.
Project description
simple_md2html
a very simple python package to convert markdown document into html document.
Usage
Command Line Interface
pip install simple-md2html
python -m simple_md2html a.md
python -m simple_md2html a.md -o a.html
Python Scripts
import simple_md2html
markdown_text = """
# here is some markdown code
math block:
$$f(x)=e^x$$
$f(x)=e^x$ is a inline mathcode
codeblock and quotablock are also supported
"""
print(simple_md2html.get_html_content_for_markdown(markdown_text))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
simple_md2html-0.0.1.tar.gz
(6.2 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
File details
Details for the file simple_md2html-0.0.1.tar.gz.
File metadata
- Download URL: simple_md2html-0.0.1.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e6d698325f6e0fc160f8d7d5c00b4a90bc62b42f23865b5b6c3aa8f9e41b5aa
|
|
| MD5 |
4c535643a25c3394ee86fd485a4279e9
|
|
| BLAKE2b-256 |
8c92591ced76797a291ea47da7c7aa774bbcad0bcb7176fff796c5ec8e679667
|
File details
Details for the file simple_md2html-0.0.1-py3-none-any.whl.
File metadata
- Download URL: simple_md2html-0.0.1-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd17be9507632d4ca52f2db46f1bc264ed97b84d8ff4cf862ce46944b6a0ca6f
|
|
| MD5 |
b7b290d7f251e7a0c8e42949dfe23196
|
|
| BLAKE2b-256 |
32a70cbd14c8eb54804eb20eec624599081bde3bdaf1abb6b9a0839e07730937
|