标签:lin height font orm down markdown single path 出现
解决方法:
//初始化markdown
var contentEditor;
$(function () {
contentEditor = editormd("content-editormd", {
width: "100%",
height: 640,
syncScrolling: "single",
path: "/lib/editor_md/lib/" //thymeleaf中路径写法
});
});
Thymeleaf中使用markdown时出现markdown加载不进来的问题?
标签:lin height font orm down markdown single path 出现
原文地址:https://www.cnblogs.com/dbSyk/p/10268258.html