Switch the keyword parsers over to using the settings from GlobalSettings.
This commit is contained in:
@@ -59,7 +59,7 @@ pub(crate) fn detect_plain_list<'b, 'g, 'r, 's>(
|
||||
context: RefContext<'b, 'g, 'r, 's>,
|
||||
input: OrgSource<'s>,
|
||||
) -> Res<OrgSource<'s>, ()> {
|
||||
let (input, _) = many0(affiliated_keyword)(input)?;
|
||||
let (input, _) = many0(parser_with_context!(affiliated_keyword)(context))(input)?;
|
||||
if verify(
|
||||
tuple((
|
||||
start_of_line,
|
||||
|
||||
Reference in New Issue
Block a user