Add initial implementation of footnote definition.

This commit is contained in:
Tom Alexander
2023-04-07 17:14:44 -04:00
parent d249e7c93e
commit 716f80b0ec
6 changed files with 103 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
mod document;
mod element;
mod error;
mod footnote_definition;
mod greater_block;
mod greater_element;
mod lesser_element;