kirbylife e22334952d | ||
---|---|---|
src | ||
README.md | ||
md_to_html_embed.nimble |
README.md
A simple MD to HTML converter
Compilation
git clone https://git.kirbylife.dev/kirbylife/nim-md-to-html
cd nim-md-to-html
nimble build -d:release
Usage
nim-md-to-html <path/to/file.md> </path/to/theme.css> > index.html
The theme must be a classless CSS file.
I personally recommend water.css, but on the internet there is a good variety, choose the one you like the most.
License
This project is licensed under the LGPL 3.0 license.