Render the footnote definitions.

This commit is contained in:
Tom Alexander
2023-10-29 15:50:09 -04:00
parent b66ec507ef
commit 3720558d93
6 changed files with 86 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ mod verse_block;
pub(crate) use blog_post_page::RenderBlogPostPage;
pub(crate) use document_element::RenderDocumentElement;
pub(crate) use element::RenderElement;
pub(crate) use footnote_definition::RenderRealFootnoteDefinition;
pub(crate) use global_settings::GlobalSettings;
pub(crate) use heading::RenderHeading;
pub(crate) use object::RenderObject;