File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,17 @@ This is a jQuery plugin.
23
23
24
24
![ Screenshot 1] ( screenshots/screenshot-01.png )
25
25
26
+ ## Installation with bower
27
+
28
+ bower install bootstrap-markdown-editor --save
29
+
26
30
## Example Usage
27
31
28
32
Include the CSS files of Bootstrap and Bootstrap Markdown Editor:
29
33
30
34
``` html
31
35
<link href =" bower_components/bootstrap/dist/css/bootstrap.min.css" rel =" stylesheet" >
32
- <link href =" dist/css/bootstrap-markdown-editor.css" rel =" stylesheet" >
36
+ <link href =" bower_components/bootstrap-markdown-editor/ dist/css/bootstrap-markdown-editor.css" rel =" stylesheet" >
33
37
```
34
38
35
39
Include the scripts of jQuery, Ace and Bootstrap Markdown Editor.
@@ -39,7 +43,7 @@ Optionally, include the script of Bootstrap to enable tooltips:
39
43
<script src =" bower_components/jquery/dist/jquery.min.js" ></script >
40
44
<script src =" bower_components/bootstrap/dist/js/bootstrap.min.js" ></script >
41
45
<script src =" bower_components/ace-builds/src-min/ace.js" ></script >
42
- <script src =" dist/js/bootstrap-markdown-editor.js" ></script >
46
+ <script src =" bower_components/bootstrap-markdown-editor/ dist/js/bootstrap-markdown-editor.js" ></script >
43
47
```
44
48
45
49
Create a div for the editor with optional content in markdown format:
You can’t perform that action at this time.
0 commit comments