Code structure for keyword.

This commit is contained in:
Tom Alexander
2023-04-21 22:33:10 -04:00
parent 96d9158602
commit f0bab39778
7 changed files with 73 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ mod footnote_definition;
mod greater_block;
mod greater_element;
mod horizontal_rule;
mod keyword;
mod lesser_block;
mod lesser_element;
mod list;
@@ -51,6 +52,7 @@ pub use lesser_element::ExampleBlock;
pub use lesser_element::ExportBlock;
pub use lesser_element::FixedWidthArea;
pub use lesser_element::HorizontalRule;
pub use lesser_element::Keyword;
pub use lesser_element::Paragraph;
pub use lesser_element::Planning;
pub use lesser_element::SrcBlock;