We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 359b9fe + f1c2d93 commit e8e8ca1Copy full SHA for e8e8ca1
1 file changed
src/latex-equal.ts
@@ -32,7 +32,7 @@ export const latexEqual = (a: Latex, b: Latex, opts: Opts) => {
32
const numB = parseFloat(b);
33
34
if (numA === numB) {
35
-
+
36
return true;
37
}
38
0 commit comments