Skip to content

Commit

Permalink
Merge pull request #21 from CelestialSystem/master
Browse files Browse the repository at this point in the history
Added support for markdown and track changes for 3.3.0
  • Loading branch information
kapil2704 authored Dec 15, 2020
2 parents aab0e54 + 652e85a commit eb935c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Examples/WebContent/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<link rel="stylesheet" href="/bower_components/froala-wysiwyg-editor/css/plugins/line_breaker.css">
<link rel="stylesheet" href="/bower_components/froala-wysiwyg-editor/css/plugins/table.css">
<link rel="stylesheet" href="/bower_components/froala-wysiwyg-editor/css/plugins/video.css">
<link rel="stylesheet" href="/bower_components/froala-wysiwyg-editor/css/plugins/markdown.css">

<!-- Include Froala Editor -->
<script src="/bower_components/froala-wysiwyg-editor/js/froala_editor.pkgd.min.js"></script>
Expand Down Expand Up @@ -53,6 +54,8 @@
<script src="/bower_components/froala-wysiwyg-editor/js/plugins/save.min.js"></script>
<script src="/bower_components/froala-wysiwyg-editor/js/plugins/table.min.js"></script>
<script src="/bower_components/froala-wysiwyg-editor/js/plugins/video.min.js"></script>
<script src="/bower_components/froala-wysiwyg-editor/js/plugins/markdown.min.js"></script>
<script src="/bower_components/froala-wysiwyg-editor/js/plugins/track_changes.min.js"></script>
<!-- End Froala -->

<link rel="stylesheet" href="./app.css">
Expand Down

0 comments on commit eb935c7

Please sign in to comment.