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 520ef26 commit 5720964Copy full SHA for 5720964
demos/markdown_editor.html
@@ -2,7 +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="/dist/scriptor.min.js" defer></script>
+ <script src="https://cdn.jsdelivr.net/gh/MarketingPipeline/Scriptor.js/dist/scriptor.min.js"></script>
6
</head>
7
<body>
8
<div class="container py-4">
0 commit comments