Simple MarkDown renderer
Project description
Markdrip
MarkDrip is a simple HTML generator. Mistletoe is used for rendering.
The site is here even in the rendered result.
Install
Recommend using pipx.
pip install markdrip
How to use
markdrip filename
Options
Run markdrip --help
.
Usage: main.py [OPTIONS] TARGET
Options:
--output TEXT Output destination file path
--theme TEXT Applicable CSS file name. Does not include extension.
--help Show this message and exit.
Custom CSS
CSS is stored under ~ / .markdrip
.
Note that when writing CSS, specify the tag name directly in the selector.
Ex.)
h1, h2, h3, h4, h5 {
color: black
}
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
markdrip-0.1.4.tar.gz
(5.9 kB
view hashes)