Add the skeletons for the elements.
This commit is contained in:
@@ -1,15 +1,36 @@
|
||||
mod babel_call;
|
||||
mod blog_post_page;
|
||||
mod center_block;
|
||||
mod clock;
|
||||
mod comment;
|
||||
mod comment_block;
|
||||
mod diary_sexp;
|
||||
mod document_element;
|
||||
mod drawer;
|
||||
mod dynamic_block;
|
||||
mod element;
|
||||
mod example_block;
|
||||
mod export_block;
|
||||
mod fixed_width_area;
|
||||
mod footnote_definition;
|
||||
mod global_settings;
|
||||
mod heading;
|
||||
mod horizontal_rule;
|
||||
mod keyword;
|
||||
mod latex_environment;
|
||||
mod object;
|
||||
mod paragraph;
|
||||
mod plain_list;
|
||||
mod plain_text;
|
||||
mod planning;
|
||||
mod property_drawer;
|
||||
mod quote_block;
|
||||
mod section;
|
||||
mod special_block;
|
||||
mod src_block;
|
||||
mod table;
|
||||
mod target;
|
||||
mod verse_block;
|
||||
|
||||
pub(crate) use blog_post_page::RenderBlogPostPage;
|
||||
pub(crate) use document_element::RenderDocumentElement;
|
||||
|
||||
Reference in New Issue
Block a user