From 0e76f96d476397c5a9e64388a36e2ed74183d11e Mon Sep 17 00:00:00 2001 From: pandao <272383090@qq.com> Date: Wed, 8 May 2019 01:18:20 +0800 Subject: [PATCH] Update README.md --- README.md | 211 ++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 180 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index 8958a57..7422141 100644 --- a/README.md +++ b/README.md @@ -40,59 +40,208 @@ - 支持 AMD / CMD 模块化加载(支持 [Require.js](https://pandao.github.io/editor.md/examples/use-requirejs.html) & [Sea.js](https://pandao.github.io/editor.md/examples/use-seajs.html)),并且支持[自定义扩展插件](https://pandao.github.io/editor.md/examples/define-plugin.html); - 兼容主流的浏览器(IE8+)和 [Zepto.js](https://pandao.github.io/editor.md/examples/use-zepto.html),且支持 iPad 等平板设备; -#### Examples +#### Download & install + +Download: -[https://pandao.github.io/editor.md/examples/index.html](https://pandao.github.io/editor.md/examples/index.html) +[Github download](https://github.com/pandao/editor.md/archive/master.zip) -#### Download & install +NPM install : -[Github download](https://github.com/pandao/editor.md/archive/master.zip) +```bash +npm install editor.md +``` Bower install : -```shell +```bash bower install editor.md ``` -#### Usages - -HTML: +#### Usages + +##### Create a Markdown editor ```html - -