cwjohan / markdown-to-html

Command-line utility to convert Github Flavored Markdown to HTML.
MIT License
236 stars 86 forks source link

Add support for title substitution with template option enabled. #26

Open zhaofeng-shu33 opened 6 years ago

zhaofeng-shu33 commented 6 years ago

Add support for title substitution with template option enabled. Usage: in the template.html header, write "{title}" and pass option -t your_title, and the template title placeholder "{title}" will be replaced by your_title.