diff --git a/src/Tokens.ts b/src/Tokens.ts index a5dc142723..01b9ec2875 100644 --- a/src/Tokens.ts +++ b/src/Tokens.ts @@ -20,6 +20,7 @@ export type MarkedToken = ( | Tokens.Space | Tokens.Strong | Tokens.Table + | Tokens.TableCell | Tokens.Tag | Tokens.Text );