From ceeafc8b7e62a9c4ec474e9eb0281df432574ec3 Mon Sep 17 00:00:00 2001 From: pandao <272383090@qq.com> Date: Wed, 6 May 2015 22:03:22 +0800 Subject: [PATCH] fix bugs & update examples --- README.md | 8 +++- editormd.amd.js | 15 +++++-- editormd.amd.min.js | 2 +- editormd.js | 15 +++++-- editormd.min.js | 2 +- examples/emoji.html | 42 +------------------ examples/html-preview-markdown-to-html.html | 2 +- examples/image-cross-domain-upload.html | 24 ++++++++--- examples/image-upload.html | 46 +++++++++------------ examples/php/editormd.uploader.class.php | 2 +- plugins/image-dialog/image-dialog.js | 20 +++++---- src/editormd.js | 15 +++++-- 12 files changed, 95 insertions(+), 98 deletions(-) diff --git a/README.md b/README.md index 2765581..bf2c880 100644 --- a/README.md +++ b/README.md @@ -50,21 +50,26 @@ Bower install : +```shell bower install editor.md +``` #### Usages HTML: +```html