Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
mugendi committed May 2, 2024
1 parent 72f400f commit 0879e4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/svelte-former.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/elements/controls/RichText.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -259,11 +259,11 @@
<svelte:head>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/suneditor@2.46.2/dist/css/suneditor.min.css"
href="https://cdn.statically.io/gh/JiHong88/suneditor/master/dist/css/suneditor.min.css"
/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" />
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/suneditor@2.46.2/dist/suneditor.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.9/katex.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.9/katex.min.js"></script>
<script src="https://cdn.statically.io/gh/JiHong88/suneditor/master/dist/suneditor.min.js"></script>
</svelte:head>

<div bind:this={control.node}>
Expand Down

0 comments on commit 0879e4d

Please sign in to comment.