Introduce a registry into the conversion to intermediate format.

This commit is contained in:
Tom Alexander
2023-10-27 14:43:06 -04:00
parent e3b5f7f74f
commit c6cf5f75ac
8 changed files with 68 additions and 12 deletions

View File

@@ -6,6 +6,7 @@ mod heading;
mod object;
mod page;
mod plain_text;
mod registry;
mod section;
mod util;
pub(crate) use convert::convert_blog_post_page_to_render_context;