Skip to content

Commit b87dc55

Browse files
authored
Updated Demo 🖊️
1 parent 5720964 commit b87dc55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/markdown_editor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<head>
33
<title>Markdown Text Editor | Scriptor.js Demo</title>
44
<link href="https://unpkg.com/primer@latest/build/build.css" rel="stylesheet" />
5-
<script src="https://cdn.jsdelivr.net/gh/MarketingPipeline/Scriptor.js/dist/scriptor.min.js"></script>
65
</head>
76
<body>
87
<div class="container py-4">
@@ -26,4 +25,5 @@
2625
<button class="btn" data-scriptor-btn value="~~" wrap="True" htmltags="false" type="button">StrikeThrough</button>
2726
</div>
2827
</body>
28+
<script src="https://cdn.jsdelivr.net/gh/MarketingPipeline/Scriptor.js/dist/scriptor.min.js"></script>
2929
</html>

0 commit comments

Comments
 (0)