fix: youtube embed issue

This commit is contained in:
Jannat Patel
2025-03-07 12:18:52 +05:30
parent 0053ce5602
commit 345a444d73
6 changed files with 139 additions and 979 deletions

View File

@@ -158,7 +158,10 @@ export function getEditorTools() {
quiz: Quiz,
assignment: Assignment,
upload: Upload,
markdown: Markdown,
markdown: {
class: Markdown,
inlineToolbar: true,
},
image: SimpleImage,
table: {
class: Table,