forked from mirror/MrDoc
修复editormd编辑器序列图不渲染的问题
This commit is contained in:
parent
f271974b56
commit
99167899db
@ -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");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user