Move the text element parser into the text module.
This commit is contained in:
@@ -7,7 +7,7 @@ mod paragraph;
|
||||
mod parser_context;
|
||||
mod parser_with_context;
|
||||
mod text;
|
||||
mod text_element_parser;
|
||||
mod document;
|
||||
mod token;
|
||||
pub use text_element_parser::document;
|
||||
pub use document::document;
|
||||
type Context<'r, 's> = &'r parser_context::ContextTree<'r, 's>;
|
||||
|
||||
Reference in New Issue
Block a user