Separate out the element parsers.

This commit is contained in:
Tom Alexander
2023-04-21 16:10:56 -04:00
parent 54b02f4e74
commit d780981baf
10 changed files with 55 additions and 54 deletions

View File

@@ -3,6 +3,7 @@ mod document;
mod drawer;
mod dynamic_block;
mod element;
mod element_parser;
mod error;
mod exiting;
mod footnote_definition;