{ title: 'md helper', description: 'Use \\{{md}} helper to pull in markdown', _page: 'all', dirname: 'test/actual/paths', filename: 'md-helper.html', pageName: 'md-helper.html', pagename: 'md-helper.html', basename: 'md-helper', src: 'test/fixtures/pages/md-helper.hbs', dest: 'test/actual/paths/md-helper.html', assets: '../assets', ext: '.html', extname: '.html', page: '\n\n\n\n\n{{title}}
\n{{description}}
\n{{{md \'./test/fixtures/pages/md.md\'}}}
\n\n\n\n', data: { title: 'md helper', description: 'Use \\{{md}} helper to pull in markdown' } }