diff --git a/src/parser/text_element_parser.rs b/src/parser/text_element_parser.rs index b1267df3..c2b888ff 100644 --- a/src/parser/text_element_parser.rs +++ b/src/parser/text_element_parser.rs @@ -38,7 +38,7 @@ fn flat_text_element<'s, 'r>(i: &'s str, context: &'r NomContext) -> Res<&'s str } fn flat_bold<'s, 'r>(i: &'s str, context: &'r NomContext) -> Res<&'s str, TextElement<'s>> { - let new_context = context.without_bold(Rc::new(RefCell::new(recognize(bold_end)))); + // let new_context = context.without_bold(Rc::new(RefCell::new(recognize(bold_end)))); todo!() }