无毒的身躯扛下有毒的疫苗,你是教育我从小就要坚强!
文章列表
第1-1条,共1条数据.
prism 实现代码高亮测试
prism 实现代码高亮测试//使用prism实现代码高亮 const Prism = require('prismjs'); const loadLanguages = require('prismjs/components/'); loadLanguages(['haml']); // The code snippet you want to highlight, as a string const code = `= ['hi', 'there', 'reader!'].join...