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