Compare footnote definition and greater block bounds.

This commit is contained in:
Tom Alexander
2023-04-12 13:45:22 -04:00
parent ba9ef7907f
commit 57f56eb860
3 changed files with 114 additions and 3 deletions

View File

@@ -20,6 +20,8 @@ pub use document::DocumentElement;
pub use document::Heading;
pub use document::Section;
pub use element::Element;
pub use greater_element::FootnoteDefinition;
pub use greater_element::GreaterBlock;
pub use greater_element::PlainList;
pub use lesser_element::Paragraph;
pub use source::Source;