Add render phase to tables.

This commit is contained in:
Tom Alexander
2023-10-31 20:29:37 -04:00
parent 386af57ce6
commit b654ca4859
5 changed files with 117 additions and 3 deletions

View File

@@ -121,6 +121,8 @@ pub(crate) use strike_through::IStrikeThrough;
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_row::ITableRow;
pub(crate) use target::ITarget;
pub(crate) use timestamp::ITimestamp;
pub(crate) use underline::IUnderline;