Initial structure for tables.

This commit is contained in:
Tom Alexander
2023-04-19 20:59:58 -04:00
parent 1badd3b0fc
commit 17ab8727d1
5 changed files with 54 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ mod plain_list;
mod plain_text;
mod property_drawer;
mod source;
mod table;
mod util;
pub use document::document;
pub use document::Document;
@@ -32,6 +33,7 @@ pub use greater_element::GreaterBlock;
pub use greater_element::PlainList;
pub use greater_element::PlainListItem;
pub use greater_element::PropertyDrawer;
pub use greater_element::Table;
pub use lesser_element::Comment;
pub use lesser_element::Paragraph;
pub use source::Source;