Skip to content

Commit

Permalink
fix: add missing TableCell token to MarkedToken
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMarble authored Jan 12, 2025
1 parent 5624378 commit 0b4dfd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export type MarkedToken = (
| Tokens.Space
| Tokens.Strong
| Tokens.Table
| Tokens.TableCell
| Tokens.Tag
| Tokens.Text
);
Expand Down

0 comments on commit 0b4dfd6

Please sign in to comment.