fix(table): add schema

This commit is contained in:
yanmao 2021-11-04 10:47:31 +08:00
parent 1f28faf858
commit 7f08459702
1 changed files with 3 additions and 0 deletions

View File

@ -142,6 +142,7 @@ class Table extends Plugin<Options> {
{
name: 'colgroup',
type: 'block',
allowIn: ['table'],
},
{
name: 'col',
@ -156,10 +157,12 @@ class Table extends Plugin<Options> {
{
name: 'thead',
type: 'block',
allowIn: ['table'],
},
{
name: 'tbody',
type: 'block',
allowIn: ['table'],
},
{
name: 'tr',