module.exports = { 'name': 'Tater', 'bold': function () { return function (text, render) { return '' + render(text) + ''; }; } };