aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/editor.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editor.mjs b/src/editor.mjs
index bf59e47..7cb0525 100644
--- a/src/editor.mjs
+++ b/src/editor.mjs
@@ -77,7 +77,7 @@ const editor = new EasyMDE({
77 navigator.clipboard.writeText(window.location.href) 77 navigator.clipboard.writeText(window.location.href)
78 alert('URL copied to clipboard') 78 alert('URL copied to clipboard')
79 }, 79 },
80 }, 'undo', 'redo', '|', 'heading-1', 'heading-2', '|', 'link', 'image', '|', 'bold', 'italic', 'strikethrough', 'code', 'clean-block', '|', 'unordered-list', 'ordered-list', 'quote', 'table', '|', 'fullscreen' 80 }, 'undo', 'redo', '|', 'heading-1', 'heading-2', '|', 'link', 'image', '|', 'bold', 'italic', 'strikethrough', 'code', 'clean-block', '|', 'unordered-list', 'ordered-list', 'quote', 'table'
81 ], 81 ],
82}); 82});
83 83