https://github.com/pandao/editor.mdjavascript
https://pandao.github.io/editor.md/examples/index.htmlcss
A simple online markdown editor.html
Editor.md是一个基于jQuery和CodeMirror构建的在线Markdown文档编辑器。java
支持Markdown标准和Github风格;jquery
支持实时预览和多语言语法高亮;ios
支持AMD/CMD模块化加载(支持Require.js & Sea.js);git
兼容主流的浏览器(IE8+),且支持iPad等平板设备;程序员
支持流程图 flowchart 和时序图 sequenceDiagram;github
https://pandao.github.io/editor.md/examples/index.htmlweb
经过Github下载安装,或者经过bower安装:
bower install editor.md
HTML:
<div class="editormd" id="test-editormd"> <script type="text/markdown">###Hello world!</script> </div>
javascript:
<link rel="stylesheet" href="../dist/css/editormd.css" /> <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://github.com/pandao/editor.md/tree/master/examples/use-requirejs.html
Sea.js的使用方法: https://github.com/pandao/editor.md/tree/master/examples/use-seajs.html
Markdown 是一种简单的、轻量级的标记语法。用户可使用诸如 * # 等简单的标记符号以最小的输入代价生成极富表现力的文档。
Markdown具备不少优势:
支持Markdown的编辑器太多,功能也不彻底一致,有的是用来进行基本的写做,有的是用来写代码的,有的甚至只是博客平台配套的编辑器。本文按照编辑器的平台进行简单的介绍。
Marxico 中文名马克飞象,由于印象笔记不支持Markdown,而这款能够直接把文本存到印象笔记的编辑器对于重度印象笔记用户是个不错的选择。付费软件,能够免费试用。
没有Mac 没有试用,也就不作太多评价,下面整理了最受好评的几个。
用Linux的程序员根本就不屑于看这种文章。
由于每一个软件定位不一样,关于可否具备导出多种格式,导出效果,界面是否优雅,功能是否够多等,没有进行很细致的说明,你们能够选择有兴趣的几款进行试用。
若是你是MD狂魔,能够去关注知乎上的Markdown 话题。(好像MD自己就很小众了....)