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

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