Add intermediate stage for tables.

This commit is contained in:
Tom Alexander
2023-10-31 20:26:34 -04:00
parent ef4d315bf2
commit 386af57ce6
4 changed files with 62 additions and 2 deletions

View File

@@ -56,6 +56,8 @@ mod strike_through;
mod subscript;
mod superscript;
mod table;
mod table_cell;
mod table_row;
mod target;
mod timestamp;
mod underline;