feat: Allow embeds to be used inside tables (#5315)
This commit is contained in:
@@ -18,7 +18,7 @@ export default class TableCell extends Node {
|
||||
|
||||
get schema(): NodeSpec {
|
||||
return {
|
||||
content: "paragraph+",
|
||||
content: "(paragraph | embed)+",
|
||||
tableRole: "cell",
|
||||
isolating: true,
|
||||
parseDOM: [{ tag: "td" }],
|
||||
|
||||
Reference in New Issue
Block a user