Nope.
This commit is contained in:
parent
58e31aa841
commit
806070169a
@ -45,8 +45,10 @@ fn flat_bold<'s, 'r>(
|
|||||||
i: &'s str,
|
i: &'s str,
|
||||||
context: &'r TestContext<ContextData>,
|
context: &'r TestContext<ContextData>,
|
||||||
) -> Res<&'s str, TextElement<'s>> {
|
) -> Res<&'s str, TextElement<'s>> {
|
||||||
let fail_matcher = recognize(bold_end);
|
// let fail_matcher = recognize(bold_end);
|
||||||
let new_context = context.with_additional_fail_matcher(Rc::new(RefCell::new(paragraph_end)));
|
// let new_context = context.with_additional_fail_matcher(Rc::new(RefCell::new(paragraph_end)));
|
||||||
|
let new_context =
|
||||||
|
context.with_additional_fail_matcher(Rc::new(RefCell::new(recognize(bold_end))));
|
||||||
// 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!()
|
todo!()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user