Skip to content

Commit 1565a45

Browse files
authored
Merge pull request #27 from kumarNagaraj1996/patch-1
Track changes and markdown supporting css file and fontawasome file i…
2 parents 2e969fb + 4f9519c commit 1565a45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<script src="/bower_components/jquery/dist/jquery.min.js"></script>
99

1010
<!-- Include Font Awesome. -->
11-
<link href="/bower_components/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
11+
<link href="/bower_components/font-awesome/css/fontawesome.min.css" rel="stylesheet" type="text/css" />
1212

1313
<!-- Include Froala Editor styles -->
1414
<link rel="stylesheet" href="/bower_components/froala-wysiwyg-editor/css/froala_editor.min.css" />
@@ -26,6 +26,7 @@
2626
<link rel="stylesheet" href="/bower_components/froala-wysiwyg-editor/css/plugins/line_breaker.css">
2727
<link rel="stylesheet" href="/bower_components/froala-wysiwyg-editor/css/plugins/table.css">
2828
<link rel="stylesheet" href="/bower_components/froala-wysiwyg-editor/css/plugins/video.css">
29+
<link rel="stylesheet" href="/bower_components/froala-wysiwyg-editor/css/plugins/markdown.css">
2930

3031
<!-- Include Froala Editor -->
3132
<script src="/bower_components/froala-wysiwyg-editor/js/froala_editor.min.js"></script>

0 commit comments

Comments
 (0)