文件名称:Markdown在线编辑器
文件大小:210KB
文件格式:RAR
更新时间:2021-08-13 14:11:23
Markdown 代码编辑 语法高亮 在线文档编辑
插件描述:Editor.md 是一款可嵌入的 Markdown 在线编辑器(组件),基于 CodeMirror、jQuery 和 Marked 构建。 Editor.md 前端引用css: <link rel="stylesheet" href="css/editormd.css" /> html文本框设置:
<textarea name="content"
</div>
前端引用js:
[removed][removed]
引用代码片段:
27
var testEditor;
$(function() {
$.get("examples/test.md", function(md){
testEditor = editormd("test-editormd", {
width: "98%",
height: 730,
path : 'lib/',
markdown : md,
codeFold : true,
saveHTMLToTextarea : true,
searchReplace : true,
htmlDecode : "style,script,iframe|on*",
emoji : true,
taskList : true,
tocm : true, // Using [TOCM]
tex : true, // 开启科学公式TeX语言支持,默认关闭
flowChart : true, // 开启流程图支持,默认关闭
sequenceDiagram : true, // 开启时序/序列图支持,默认关闭,
imageUpload : true,
imageFormats : ["jpg", "jpeg", "gif", "png", "bmp", "webp"],
imageUploadURL : "examples/php/upload.php",
onload : function() {
console.log('onload', this);
}
});
});
})
读取markdown显示引入css文件:
1
<link rel="stylesheet" href="css/editormd.css" />
读取markdown显示html实例:
【文件预览】:
jiaoben5340
----fonts()
--------glyphicons-halflings-regular.woff(23KB)
--------glyphicons-halflings-regular.woff2(18KB)
--------glyphicons-halflings-regular.ttf(44KB)
--------glyphicons-halflings-regular.eot(20KB)
----index.html(1KB)
----js()
--------jquery.min.js(91KB)
--------bootstrap.min.js(35KB)
----说明.txt(94B)
----dist()
--------lang()
--------bootstrap.css(138KB)
--------font()
--------summernote.css(13KB)
--------summernote.js(227KB)
----说明.htm(3KB)
<textarea name="editormd-markdown-doc">这里写入md格式内容</textarea>
读取markdown显示前端js调用
【文件预览】:
jiaoben5340
----fonts()
--------glyphicons-halflings-regular.woff(23KB)
--------glyphicons-halflings-regular.woff2(18KB)
--------glyphicons-halflings-regular.ttf(44KB)
--------glyphicons-halflings-regular.eot(20KB)
----index.html(1KB)
----js()
--------jquery.min.js(91KB)
--------bootstrap.min.js(35KB)
----说明.txt(94B)
----dist()
--------lang()
--------bootstrap.css(138KB)
--------font()
--------summernote.css(13KB)
--------summernote.js(227KB)
----说明.htm(3KB)