Initial structure for dynamic blocks.

This commit is contained in:
Tom Alexander
2023-04-19 13:30:15 -04:00
parent 6cb536169d
commit 0d07a6aad3
6 changed files with 46 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
mod comment;
mod document;
mod drawer;
mod dynamic_block;
mod element;
mod error;
mod exiting;
@@ -24,6 +25,7 @@ pub use document::Heading;
pub use document::Section;
pub use element::Element;
pub use greater_element::Drawer;
pub use greater_element::DynamicBlock;
pub use greater_element::FootnoteDefinition;
pub use greater_element::GreaterBlock;
pub use greater_element::PlainList;