Compare plain list items inside plain lists.

This commit is contained in:
Tom Alexander
2023-04-12 14:07:33 -04:00
parent 57f56eb860
commit 05c9ec86b8
3 changed files with 57 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ pub use element::Element;
pub use greater_element::FootnoteDefinition;
pub use greater_element::GreaterBlock;
pub use greater_element::PlainList;
pub use greater_element::PlainListItem;
pub use lesser_element::Paragraph;
pub use source::Source;
type Context<'r, 's> = &'r parser_context::ContextTree<'r, 's>;