Update intermediate phase for table groups.

This commit is contained in:
Tom Alexander
2023-12-22 17:11:52 -05:00
parent 7741e192f5
commit fa2dd96f78
3 changed files with 37 additions and 4 deletions

View File

@@ -59,6 +59,7 @@ mod subscript;
mod superscript;
mod table;
mod table_cell;
mod table_group;
mod table_row;
mod target;
mod timestamp;