diff --git a/plugins/table/src/index.ts b/plugins/table/src/index.ts index 8f34ef1a..29790c8c 100644 --- a/plugins/table/src/index.ts +++ b/plugins/table/src/index.ts @@ -142,6 +142,7 @@ class Table extends Plugin { { name: 'colgroup', type: 'block', + allowIn: ['table'], }, { name: 'col', @@ -156,10 +157,12 @@ class Table extends Plugin { { name: 'thead', type: 'block', + allowIn: ['table'], }, { name: 'tbody', type: 'block', + allowIn: ['table'], }, { name: 'tr',