This commit is contained in:
Philipp Kühn
2021-06-03 15:18:54 +02:00
parent d21d556150
commit 03bfce7419

View File

@@ -76,7 +76,7 @@ export const Figure = Node.create<FigureOptions>({
return [ return [
{ {
tag: 'figure', tag: 'figure',
contentELement: 'figcaption', contentElement: 'figcaption',
}, },
] ]
}, },