prism.js 代码高亮
AI摘要:本文介绍了如何使用 Prism.js 实现代码高亮功能。首先,在 HTML 的 head 中插入 Prism.js 的引用和样式表链接。然后,在 pjax 回调函数中调用 Prism.highlightAll() 函数来实现代码高亮。
代码
在 head 中插入
<script src="https://cdnjs.sgcd.net/code-highlight/js/prism.js"></script>
<link rel="stylesheet" href="https://cdnjs.sgcd.net/code-highlight/css/prism.css" />
pjax回调
$(document).on('pjax:end', function() {
// 回调函数中调用 Prism 的高亮函数
Prism.highlightAll();
});
关闭
复制链接
https://imsun.org/archives/1589.html
相关文章
Warning: Undefined array key "HTTP_ACCEPT_LANGUAGE" in /www/sites/imsun.org/index/usr/themes/farallon/comments.php on line 4
Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/sites/imsun.org/index/usr/themes/farallon/comments.php on line 4
你这AI摘要的样式我去抄一下哈哈哈
这个是插件自带的哈🤣