Initial structure for adding support for comments.

This commit is contained in:
Tom Alexander
2023-04-15 16:31:38 -04:00
parent cfcf6443ca
commit 1b10b197f2
5 changed files with 19 additions and 1 deletions

View File

@@ -216,6 +216,7 @@ fn compare_element<'s>(
Element::PlainList(obj) => compare_plain_list(source, emacs, obj),
Element::GreaterBlock(obj) => compare_greater_block(source, emacs, obj),
Element::FootnoteDefinition(obj) => compare_footnote_definition(source, emacs, obj),
Element::Comment(obj) => todo!(),
}
}