endTag: function(tagName, outputCache) {
      var whitelisted = whitelister.verify(tagName);

      if (whitelisted)
        outputCache.push('</' + tagName + '>');