markdown -> html with highlighting
# convert to html and wrap in html and css himark test.md --html --css > index.html # generate html, but don't include css himark test.md --html > index.html # dump css to stdout himark --css
MIT