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

Posted dbsyk

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Thymeleaf中使用markdown时出现markdown加载不进来的问题?相关的知识,希望对你有一定的参考价值。

解决方法:

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









以上是关于Thymeleaf中使用markdown时出现markdown加载不进来的问题?的主要内容,如果未能解决你的问题,请参考以下文章