We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a2f48 commit 4913afaCopy full SHA for 4913afa
demos/markdown_editor.html
@@ -2,6 +2,7 @@
2
<head>
3
<title>Markdown Text Editor | Scriptor.js Demo</title>
4
<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>
6
</head>
7
<body>
8
<div class="container py-4">
@@ -25,5 +26,4 @@
25
26
<button class="btn" data-scriptor-btn value="~~" wrap="True" htmltags="false" type="button">StrikeThrough</button>
27
</div>
28
</body>
- <script src="https://cdn.jsdelivr.net/gh/MarketingPipeline/Scriptor.js/dist/scriptor.min.js"></script>
29
</html>
0 commit comments