• 我不去想是否能够成功
    既然选择了远方 便只顾风雨兼程

    我不去想能否赢得爱情
    既然钟情于玫瑰 就勇敢地吐露真诚

    我不去想身后会不会袭来寒风冷雨
    既然目标是地平线 留给世界的只能是背影

  • 有时候,只要你下定决心做某件事,全世界都会拖你后腿。

上帝向人间洒满智慧,唯独你打了把伞。

文章列表

1-1条,共1条数据.

prism 实现代码高亮测试

prism 实现代码高亮测试

Written by 未知 on 2020年3月27日 23:03:43. Posted in 编程技术

//使用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...