Remove unnecessary context from some util functions.
This commit is contained in:
@@ -296,7 +296,7 @@ fn _text_markup_end<'r, 's, 'x>(
|
||||
input: OrgSource<'s>,
|
||||
marker_symbol: &'x str,
|
||||
) -> Res<OrgSource<'s>, OrgSource<'s>> {
|
||||
not(parser_with_context!(preceded_by_whitespace)(context))(input)?;
|
||||
not(preceded_by_whitespace)(input)?;
|
||||
let (remaining, _marker) = terminated(
|
||||
tag(marker_symbol),
|
||||
peek(parser_with_context!(post)(context)),
|
||||
|
||||
Reference in New Issue
Block a user