Create structure for entities.

This commit is contained in:
Tom Alexander
2023-07-18 20:05:39 -04:00
parent 2966b91a09
commit 21f46d09e6
5 changed files with 48 additions and 66 deletions

View File

@@ -7,6 +7,7 @@ mod drawer;
mod dynamic_block;
mod element;
mod element_parser;
mod entity;
mod exiting;
mod fixed_width_area;
mod footnote_definition;
@@ -70,6 +71,7 @@ pub use lesser_element::VerseBlock;
pub use object::AngleLink;
pub use object::Bold;
pub use object::Code;
pub use object::Entity;
pub use object::Italic;
pub use object::Object;
pub use object::OrgMacro;