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