A simple Markdown to HTML converter and viewer.

To use the cli program to convert .md files to .html, compile
make cliand simply run the executable.
To use the live convertion server, first compile with
make wasmwhich creates a wasm module using emscripten.
To start the server, run:
cd site
python3 -m http.server 6969and open localhost:6969 in your webbrowser.
- no nested lists
See the LICENSE file for details.