Create structure for citations.

This commit is contained in:
Tom Alexander
2023-07-20 00:38:16 -04:00
parent 4e791b175e
commit d5c611674e
6 changed files with 105 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
mod angle_link;
mod citation;
mod citation_reference;
mod clock;
mod comment;
mod diary_sexp;
@@ -73,6 +75,8 @@ pub use lesser_element::TableCell;
pub use lesser_element::VerseBlock;
pub use object::AngleLink;
pub use object::Bold;
pub use object::Citation;
pub use object::CitationReference;
pub use object::Code;
pub use object::Entity;
pub use object::ExportSnippet;