修复editormd编辑器序列图不渲染的问题

This commit is contained in:
zmister 2022-08-18 21:55:30 +08:00
parent f271974b56
commit 99167899db

View File

@ -4449,13 +4449,13 @@
if (settings.previewCodeHighlight)
{
// div.find("pre").addClass("prettyprint linenums");
// editormd.loadScript(settings.plugin_path + 'raphael.min', function(){
// editormd.loadScript(settings.plugin_path + 'underscore.min', function(){
editormd.loadScript(settings.plugin_path + 'raphael.min', function(){
editormd.loadScript(settings.plugin_path + 'underscore.min', function(){
// editormd.loadScript(settings.plugin_path + 'prettify.min',function(){
// prettyPrint();
// })
// })
// })
})
})
div.find("pre").addClass("line-numbers");
}