Skip to content
/ md2html Public

a markdown to html converter using etlua templates

License

Notifications You must be signed in to change notification settings

esno/md2html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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