A Twitch.tv viewer reward and games system.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
232 B

  1. 'use strict';
  2. module.exports = [
  3. 'a'
  4. , 'abbr'
  5. , 'acronym'
  6. , 'b'
  7. , 'br'
  8. , 'code'
  9. , 'em'
  10. , 'font'
  11. , 'i'
  12. , 'img'
  13. , 'ins'
  14. , 'kbd'
  15. , 'map'
  16. , 'samp'
  17. , 'small'
  18. , 'span'
  19. , 'strong'
  20. , 'sub'
  21. , 'sup'
  22. ];