Added a few more printing options to ver 0.5 above:
{
baseHeaderLevel: 4, // Integer 1-6 Render unindented projects as H1-H6
hideProjectColon: true,
markedStyle: 'Antique', // or empty string or undefined to use Marked default
noteGap: true, // blank line between a task and its note text ?
tagEmphasis : '*', // asterisk for italic, two for bold, backtick for code
tagsToHide: ['alert']
// ['*'] hides all tags in printed version
// ['done', 'due'] hides @done and @due tags
// [] hides no tags
}