Skip to content

Commit a2d92e4

Browse files
authored
Merge pull request #18 from kumarNagaraj1996/patch-1
Adding support for markdown and track changes for 3.3.0.
2 parents 1b6ce3e + ff3fdd6 commit a2d92e4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

common/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<link rel="stylesheet" href="static/bower_components/froala-wysiwyg-editor/css/plugins/line_breaker.css">
2525
<link rel="stylesheet" href="static/bower_components/froala-wysiwyg-editor/css/plugins/table.css">
2626
<link rel="stylesheet" href="static/bower_components/froala-wysiwyg-editor/css/plugins/video.css">
27+
<link rel="stylesheet" href="static/bower_components/froala-wysiwyg-editor/css/plugins/markdown.css">
2728

2829
<!-- Include Froala Editor -->
2930
<script src="static/bower_components/froala-wysiwyg-editor/js/froala_editor.min.js"></script>
@@ -54,6 +55,8 @@
5455
<script src="static/bower_components/froala-wysiwyg-editor/js/plugins/video.min.js"></script>
5556
<script src="static/bower_components/froala-wysiwyg-editor/js/plugins/help.min.js"></script>
5657
<script src="static/bower_components/froala-wysiwyg-editor/js/plugins/print.min.js"></script>
58+
<script src="static/bower_components/froala-wysiwyg-editor/js/plugins/markdown.min.js"></script>
59+
<script src="static/bower_components/froala-wysiwyg-editor/js/plugins/track_changes.min.js"></script>
5760

5861
<script src="https://raw.githack.com/eKoopmans/html2pdf/master/dist/html2pdf.bundle.js"></script>
5962
<!-- End Froala -->
@@ -343,4 +346,4 @@ <h2>Sample 4: Save to Amazon using signature version 4</h2>
343346

344347
</body>
345348

346-
</html>
349+
</html>

0 commit comments

Comments
 (0)