Skip to content

Commit 51072a3

Browse files
committed
Merge branch 'issue234' into develop
2 parents c8b9755 + 7a9691b commit 51072a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

extensions/TeX/mhchem.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

unpacked/extensions/TeX/mhchem.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ MathJax.Hub.Register.StartupHook("TeX Jax Ready",function () {
393393
//
394394
// Needed for \bond for the ~ forms
395395
//
396-
tripledash: ["Macro","\\raise3mu{\\tiny\\text{-}\\kern2mu\\text{-}\\kern2mu\\text{-}}"],
396+
tripledash: ["Macro","\\raise3mu{\\tiny\\text{-}\\kern2mu\\text{-}\\kern2mu\\text{-}}"]
397397
},
398398

399399
//
@@ -426,7 +426,7 @@ MathJax.Hub.Register.StartupHook("TeX Jax Ready",function () {
426426
xleftrightarrow: ['xArrow',0x2194,6,6],
427427
xrightleftharpoons: ['xArrow',0x21CC,5,7], // FIXME: doesn't stretch in HTML-CSS output
428428
xRightleftharpoons: ['xArrow',0x21CC,5,7], // FIXME: how should this be handled?
429-
xLeftrightharpoons: ['xArrow',0x21CC,5,7],
429+
xLeftrightharpoons: ['xArrow',0x21CC,5,7]
430430
}
431431
},null,true);
432432
});

0 commit comments

Comments
 (0)