I'm trying to integrate Stack's editor in my self-written blog. But even at their examples in their README, it isn't displaying the editor.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title><link rel="stylesheet" href="https://unpkg.com/@stackoverflow/stacks/dist/css/stacks.min.css" />
<script src="https://unpkg.com/@stackoverflow/stacks/dist/js/stacks.min.js"></script>
<script src="//unpkg.com/@highlightjs/cdn-assets@latest/highlight.min.js"></script>
</head>
<body>
<div id="editor-container"></div>
<script>
new window.stacksEditor.StacksEditor(
document.querySelector("#editor-container"),
"*Your* **markdown** here",
{}
);
</script>
</body>
</html>
Here, the browser's console says, that stacksEditor.