You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Chore: Finished applying eqeqeq rule
This commit is contained in:
@ -145,7 +145,7 @@ function math_inline(state: any, silent: boolean) {
|
||||
}
|
||||
|
||||
// Even number of escapes, potential closing delimiter found
|
||||
if ((match - pos) % 2 == 1) {
|
||||
if ((match - pos) % 2 === 1) {
|
||||
break;
|
||||
}
|
||||
match += 1;
|
||||
|
Reference in New Issue
Block a user