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

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

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

  • 愿你以后,有酒有肉有姑娘,姑娘丑的不像样。

如果全世界都不要你了,你要记得还有我,我也不要你。

文章列表

1-1条,共1条数据.

prism 实现代码高亮测试

prism 实现代码高亮测试

Written by Quinn Pan 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...