Test cases showing headings handling nesting properly.

This commit is contained in:
Tom Alexander
2023-03-25 12:01:50 -04:00
parent 3a0a4c8953
commit e3f6dd497a
2 changed files with 5 additions and 1 deletions

View File

@@ -110,7 +110,6 @@ pub enum ContextElement<'r, 's> {
ExitMatcherNode(ExitMatcherNode<'r>),
Context(&'r str),
ListItem(usize),
StartOfParagraph,
}
#[derive(Debug)]