html-raw-names.js 166 B

123456
  1. 'use strict'
  2. // This module is copied from <https://spec.commonmark.org/0.29/#html-blocks>.
  3. var raws = ['pre', 'script', 'style', 'textarea']
  4. module.exports = raws