Fixed a code typo
This commit is contained in:
parent
703e1191c2
commit
95bce443be
|
@ -859,7 +859,7 @@ impl Context {
|
||||||
false,
|
false,
|
||||||
move |input| tuple((not(line_ending), anychar))(input).map(|(i, (_skip, c))| (i, c)),
|
move |input| tuple((not(line_ending), anychar))(input).map(|(i, (_skip, c))| (i, c)),
|
||||||
fail,
|
fail,
|
||||||
collect_char_sequence(Token::InlineCode),
|
collect_char_sequence(Token::InlineMath),
|
||||||
identity,
|
identity,
|
||||||
)(input)
|
)(input)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue