UNPKG

hexo

Version:

A fast, simple & powerful blog framework, powered by Node.js.

12 lines (11 loc) 154 B
/** * Raw tag * * Syntax: * {% rawblock %} * Unescaped string * {% endrawblock %} */ module.exports = function(args, content){ return content; };