Render the table groups.

This commit is contained in:
Tom Alexander
2023-12-22 17:47:31 -05:00
parent fa2dd96f78
commit 95d4ee7080
9 changed files with 42 additions and 4 deletions

View File

@@ -127,6 +127,7 @@ pub(crate) use subscript::ISubscript;
pub(crate) use superscript::ISuperscript;
pub(crate) use table::ITable;
pub(crate) use table_cell::ITableCell;
pub(crate) use table_group::ITableGroup;
pub(crate) use table_row::ITableRow;
pub(crate) use target::ITarget;
pub(crate) use timestamp::ITimestamp;