Add RenderPlainText.

This commit is contained in:
Tom Alexander
2023-10-27 13:01:45 -04:00
parent 744d3e50fb
commit 1ac39c2a6f
4 changed files with 39 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ mod element;
mod global_settings;
mod heading;
mod object;
mod plain_text;
mod section;
pub(crate) use blog_post_page::RenderBlogPostPage;