
Editormd
坏菠萝
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
集成editormd支持markdown语法(一)之基本使用
集成后的效果如图其中对黑色主题的样式进行了修改一、下载源码下载地址https://github.com/pandao/editor.md官方地址http://pandao.github.io/editor.md/二、导入到webapp目录下将其中的css、js、lib等文件进行整理放到editormd文件下,然后将editormd文件夹放在webapp目...原创 2019-01-24 18:06:16 · 1766 阅读 · 1 评论 -
集成editormd支持markdown语法(二)之页面显示及回显
一、显示markdown内容引入css和js<link rel="stylesheet" href="${ctx}/editormd/css/editormd.preview2.css" /><link rel="stylesheet" href="${ctx}/editormd/css/editormd3.css" /><script src原创 2019-02-15 18:14:38 · 3649 阅读 · 4 评论