Create structure for export snippets.

This commit is contained in:
Tom Alexander
2023-07-19 00:09:16 -04:00
parent eb03342506
commit 1fb8ce9af6
5 changed files with 56 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ mod element;
mod element_parser;
mod entity;
mod exiting;
mod export_snippet;
mod fixed_width_area;
mod footnote_definition;
mod greater_block;
@@ -73,6 +74,7 @@ pub use object::AngleLink;
pub use object::Bold;
pub use object::Code;
pub use object::Entity;
pub use object::ExportSnippet;
pub use object::Italic;
pub use object::LatexFragment;
pub use object::Object;