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自己就很小衆了....)