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

@@ -15,7 +15,7 @@ use crate::parser::util::exit_matcher_parser;
use crate::parser::util::maybe_consume_trailing_whitespace_if_not_exiting;
use crate::parser::util::start_of_line;
use super::element::non_paragraph_element;
use super::element_parser::non_paragraph_element;
use super::error::Res;
use super::lesser_element::Paragraph;
use super::util::blank_line;