A simple MD to HTML converter
Go to file
kirbylife e22334952d First commit 2024-05-11 01:19:08 -06:00
src First commit 2024-05-11 01:19:08 -06:00
README.md First commit 2024-05-11 01:19:08 -06:00
md_to_html_embed.nimble First commit 2024-05-11 01:19:08 -06:00

README.md

A simple MD to HTML converter

Compilation

  1. git clone https://git.kirbylife.dev/kirbylife/nim-md-to-html
  2. cd nim-md-to-html
  3. nimble build -d:release

Usage

  1. 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.