blackfriday-tool icon indicating copy to clipboard operation
blackfriday-tool copied to clipboard

Added template support

Open Frafjord opened this issue 9 years ago • 0 comments

Use -template parameter instead of -page and -css. Make a template file that contains the html template with the {{title}} and {{content}} code. for example:

{{title}} {{content}}

blackfriday-tool -template templatefile.tpl input.md output.html

Frafjord avatar Nov 14 '15 06:11 Frafjord