Skip to content

Commit 9b7f664

Browse files
committed
Add extra markdown-editor locale
1 parent 3dba1a9 commit 9b7f664

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-markdown-editor-ghiscoding",
3-
"version": "1.0.7",
3+
"version": "1.0.9",
44
"author": "Ghislain B.",
55
"description": "Angular Markdown Editor, all-in-one Markdown Editor and Preview",
66
"main": [

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-markdown-editor",
3-
"version": "1.0.7",
3+
"version": "1.0.9",
44
"author": "Ghislain B.",
55
"description": "Angular Markdown Editor, all-in-one Markdown Editor and Preview",
66
"main": "app.js",

readme.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Angular Markdown Editor (Directive)
2-
`1.0.7`
2+
`1.0.9`
33

44
## What do we have?
55
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
2121

2222
## How to use it?
2323
### Installation
24-
##### [Bower](https://bower.io/search/) _(`angular-markdown-editor` already exist on Bower, so I use a different name)_
24+
##### [Bower](https://bower.io/search/) _(`angular-markdown-editor` already exist on Bower, so I had to use a different name)_
2525
```bash
2626
bower install angular-markdown-editor-ghiscoding
2727
```
@@ -56,6 +56,9 @@ _NOTE: Unfortunately, the "highlight.js" npm module doesn't seem to have proper
5656
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.5.0/highlight.min.js"></script>
5757
<script type="text/javascript" src="../node_modules/angular-highlightjs/src/angular-highlightjs.js"></script>
5858
<script type="text/javascript" src="../node_modules/angular-markdown-editor/src/angular-markdown-editor.js"></script>
59+
60+
<!-- you can add your own locale with this file, if you had new locale please make a PR -->
61+
<script type="text/javascript" src="../node_modules/angular-markdown-editor/src/angular-markdown-editor-locale.js"></script>
5962
```
6063

6164
### Inside the HTML

0 commit comments

Comments
 (0)