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