Initial structure for drawer.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
mod comment;
|
||||
mod document;
|
||||
mod drawer;
|
||||
mod element;
|
||||
mod error;
|
||||
mod footnote_definition;
|
||||
@@ -21,6 +22,7 @@ pub use document::DocumentElement;
|
||||
pub use document::Heading;
|
||||
pub use document::Section;
|
||||
pub use element::Element;
|
||||
pub use greater_element::Drawer;
|
||||
pub use greater_element::FootnoteDefinition;
|
||||
pub use greater_element::GreaterBlock;
|
||||
pub use greater_element::PlainList;
|
||||
|
||||
Reference in New Issue
Block a user