Compare footnote section.

This commit is contained in:
Tom Alexander
2023-10-02 10:48:34 -04:00
parent d78ce10a0b
commit 178894680b
6 changed files with 46 additions and 3 deletions

View File

@@ -28,6 +28,7 @@ pub struct Heading<'s> {
pub children: Vec<DocumentElement<'s>>,
pub is_comment: bool,
pub is_archived: bool,
pub is_footnote_section: bool,
}
#[derive(Debug)]