An open API service indexing awesome lists of open source software.

https://github.com/esno/md2html

a markdown to html converter using etlua templates
https://github.com/esno/md2html

converter discount etlua html lua luafilesystem markdown

Last synced: 3 months ago
JSON representation

a markdown to html converter using etlua templates

Awesome Lists containing this project

README

        

# md2html

this is a lean commandline client to convert your markdown notes into a html template.
It scans the source path recursively for `.md` files and converts each of them to html.

For an example see the existing fnordpipe template in `src/etlua` and the result in `src/out`.
The css file is not part of the conversion and has to be written manually.

# usage

$ ./md2html ./etlua/fnordpipe.etlua /path/to/your/markdown/notes > ./out/your.html

# install

$ luarocks install md2html