UNPKG

@gerhobbelt/mathjax-third-party-extensions

Version:

A list of MathJax extensions provided by third-party contributors

9 lines (6 loc) 193 B
module.exports = function(grunt) { grunt.registerTask('print', 'Print the specified text.', function(text) { console.log('OUTPUT: ' + text); // console.log(process.cwd()); }); };