Initial structure for drawer.

This commit is contained in:
Tom Alexander
2023-04-15 17:36:07 -04:00
parent ea74e329b2
commit 1f7c24545b
5 changed files with 30 additions and 0 deletions

View File

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