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
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
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)]

View File

@ -15,3 +15,8 @@ text*
* Heading
body of heading
** Child heading
** Immediate second child heading
* Second top-level heading