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加载不进来的问题?的主要内容,如果未能解决你的问题,请参考以下文章
尝试使用 Thymeleaf 加载 HTML 文件时出现 Spring Boot 404
尝试在 Thymeleaf 和 Spring Security 项目中插入图像时出现 404 错误
Thymeleaf读取国际化文本时出现??xxxxxx_zh_CN??问题
springboot引入thymeleaf时出现Cannot resolve MVC View ‘test‘