Create structure for footnote references.

This commit is contained in:
Tom Alexander
2023-07-19 18:56:46 -04:00
parent c1a99a03f8
commit 9c2eb3b122
6 changed files with 68 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ mod exiting;
mod export_snippet;
mod fixed_width_area;
mod footnote_definition;
mod footnote_reference;
mod greater_block;
mod greater_element;
mod horizontal_rule;
@@ -75,6 +76,7 @@ pub use object::Bold;
pub use object::Code;
pub use object::Entity;
pub use object::ExportSnippet;
pub use object::FootnoteReference;
pub use object::Italic;
pub use object::LatexFragment;
pub use object::Object;