Going to go back to fn objects in the hope that I don't have to specify lifetimes.
This commit is contained in:
@@ -128,7 +128,7 @@ pub fn link_end(input: &str) -> Res<&str, TextElement> {
|
||||
}
|
||||
|
||||
pub fn paragraph(input: &str) -> Res<&str, (Vec<TextElement>, &str)> {
|
||||
let initial_context = NomContext::new(¶graph_end);
|
||||
// let initial_context = NomContext::new(¶graph_end);
|
||||
// many_till(text_element(initial_context), paragraph_end)(input)
|
||||
todo!()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user