Code structure for fixed width area.

This commit is contained in:
Tom Alexander
2023-04-21 22:04:22 -04:00
parent f97ca7a67d
commit 5ae8ac61e5
7 changed files with 64 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ mod dynamic_block;
mod element;
mod element_parser;
mod exiting;
mod fixed_width_area;
mod footnote_definition;
mod greater_block;
mod greater_element;
@@ -47,6 +48,7 @@ pub use lesser_element::CommentBlock;
pub use lesser_element::DiarySexp;
pub use lesser_element::ExampleBlock;
pub use lesser_element::ExportBlock;
pub use lesser_element::FixedWidthArea;
pub use lesser_element::Paragraph;
pub use lesser_element::Planning;
pub use lesser_element::SrcBlock;