From 9b7f66484b18448bbc81db397cda35b1efb2c32b Mon Sep 17 00:00:00 2001 From: Ghislain B Date: Wed, 5 Oct 2016 22:40:49 -0400 Subject: [PATCH] Add extra markdown-editor locale --- bower.json | 2 +- package.json | 2 +- readme.md | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index a9470c3..5576ee4 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-markdown-editor-ghiscoding", - "version": "1.0.7", + "version": "1.0.9", "author": "Ghislain B.", "description": "Angular Markdown Editor, all-in-one Markdown Editor and Preview", "main": [ diff --git a/package.json b/package.json index 8e2f9aa..945606b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-markdown-editor", - "version": "1.0.7", + "version": "1.0.9", "author": "Ghislain B.", "description": "Angular Markdown Editor, all-in-one Markdown Editor and Preview", "main": "app.js", diff --git a/readme.md b/readme.md index 218b983..bb75189 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,5 @@ # Angular Markdown Editor (Directive) -`1.0.7` +`1.0.9` ## What do we have? In this package you a few libraries and tools to make a more convenient "all in one" WYSIWYG Markdown Editor with preview. All of that with a simple AngularJS Directive call. I plan to use this mainly for online documentation but it could be useful for many other reasons (doc, blog, etc...). Also planning on adding a 1-click button for simple Copy+Paste to email. @@ -21,7 +21,7 @@ In this package you a few libraries and tools to make a more convenient "all in ## How to use it? ### Installation -##### [Bower](https://bower.io/search/) _(`angular-markdown-editor` already exist on Bower, so I use a different name)_ +##### [Bower](https://bower.io/search/) _(`angular-markdown-editor` already exist on Bower, so I had to use a different name)_ ```bash bower install angular-markdown-editor-ghiscoding ``` @@ -56,6 +56,9 @@ _NOTE: Unfortunately, the "highlight.js" npm module doesn't seem to have proper + + + ``` ### Inside the HTML