Initial code structure for property drawers.

This commit is contained in:
Tom Alexander
2023-04-19 16:51:00 -04:00
parent fcf1ba4ea6
commit a267f23e0f
5 changed files with 61 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ mod parser_context;
mod parser_with_context;
mod plain_list;
mod plain_text;
mod property_drawer;
mod source;
mod util;
pub use document::document;
@@ -30,6 +31,7 @@ pub use greater_element::FootnoteDefinition;
pub use greater_element::GreaterBlock;
pub use greater_element::PlainList;
pub use greater_element::PlainListItem;
pub use greater_element::PropertyDrawer;
pub use lesser_element::Comment;
pub use lesser_element::Paragraph;
pub use source::Source;