Editor.md* * 是一个可嵌入的开源 Markdown 在线编辑器组件,你可以很方便用在浏览器、NW.js(Node- webkit)等地方,基于CodeMirror、jQuery 和 Marked 构建。
在线演示
https://pandao.github.io/editor.md/examples/index.html
通过Github下载安装,或者通过bower安装:
bower install editor.md
HTML:
<link rel="stylesheet" href="../dist/css/editormd.css" /> <div id="test-editormd"> <textarea style="display:none;">###Hello world!</textarea> </div>
提示1:如果没有Markdown源内容或者通过Ajax异步加载Markdown源文档等,可以不添加,会自动添加;
javascript:
<script src="../lib/jquery.min.js"></script> <script src="../src/js/editormd.js"></script> <script type="text/javascript"> $(function() { var testEditor = editormd("test-editormd", { path : '../lib/' }); }); </script>
Require.js的使用方法:https://git.oschina.net/pandao/editor.md/tree/master/examples/use- requirejs.html Sea.js的使用方法:https://git.oschina.net/pandao/editor.md/tree/master/examples/use- seajs.html
Require.js的使用方法:https://git.oschina.net/pandao/editor.md/tree/master/examples/use- requirejs.html
Sea.js的使用方法:https://git.oschina.net/pandao/editor.md/tree/master/examples/use- seajs.html
依赖项目及感谢
更新日志
查看更新日志