Blame view

node_modules/markdown-it/lib/common/entities.js 142 Bytes
290144e9   易尊强   第一次
1
2
3
4
5
6
  // HTML5 entities map: { name -> utf16string }
  //
  'use strict';
  
  /*eslint quotes:0*/
  module.exports = require('entities/maps/entities.json');