editor.md
1.1、editor.md简介
是什么 ?:the open source embeddable online markdown editor, based on CodeMirror & jQuery & Marked.
开发语言:JavaScript
官方主页:http://editor.md.ipandao.com
源码仓库:https://github.com/pandao/editor.md
1.2、通过下载到本地引入editor.md

step1、通过包管理器安装editor.md

包管理器安装命令
bowerbower install editor.md --save
npmnpm install editor.md --save
yarnyarn add editor.md

step2、在HTML代码中引入JavaScript

<script src="/bower_components/jquery/dist/jquery.min.js"></script>
<script src="/bower_components/editor.md/editor.md.min.js"></script>
1.3、使用editor.md