A simple MD to HTML converter

## Compilation

1. `git clone https://git.kirbylife.dev/kirbylife/nim-md-to-html`
1. `cd nim-md-to-html`
1. `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](https://watercss.kognise.dev/), 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.