Skip to content

Commit

Permalink
include markdown helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
doowb committed Mar 15, 2017
1 parent 3a0df4e commit 0766a24
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions test/helpers/markdown.js
@@ -0,0 +1,13 @@
/**
* Assemble <http://assemble.io>
*
* Copyright (c) 2014-2017, Jon Schlinkert, Brian Woodward, contributors.
* Licensed under the MIT License (MIT).
*/

module.exports.register = function (Handlebars) {
'use strict';

Handlebars.registerHelper('markdown', require('helper-markdown')());
Handlebars.registerHelper('md', require('helper-md').sync);
};

0 comments on commit 0766a24

Please sign in to comment.