UNPKG

ep_tables2

Version:
10 lines (9 loc) 303 B
exports.disableAuthorColorsForThisLine = function (hook, context) { return false; // var lineText = context.text; // var disableLineColors = false; // if (lineText && lineText.indexOf('data-tables')!=-1) { // disableLineColors = true; // } // return disableLineColors; };