Skip to content

Commit 4913afa

Browse files
authored
Update markdown_editor.html
1 parent 39a2f48 commit 4913afa

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,6 +2,7 @@
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" defer></script>
56
</head>
67
<body>
78
<div class="container py-4">
@@ -25,5 +26,4 @@
2526
<button class="btn" data-scriptor-btn value="~~" wrap="True" htmltags="false" type="button">StrikeThrough</button>
2627
</div>
2728
</body>
28-
<script src="https://cdn.jsdelivr.net/gh/MarketingPipeline/Scriptor.js/dist/scriptor.min.js"></script>
2929
</html>

0 commit comments

Comments
 (0)