hexo问题记录

hexo-prism-plugin包有乱码

const map = {
  ''': '\'',
  '&': '&',
  '>': '>',
  '&lt;': '<',
  '&quot;': '"',
  '&#123;': '{',
  '&#124;': '|',
  '&#125;': '}'
};