Thymeleaf中使用markdown时出现markdown加载不进来的问题?

解决方法:

//初始化markdown
var contentEditor;
$(function () {
contentEditor = editormd("content-editormd", {
width: "100%",
height: 640,
syncScrolling: "single",
path: "/lib/editor_md/lib/" //thymeleaf中路径写法
});
});

猜你喜欢

转载自www.cnblogs.com/dbSyk/p/10268258.html