comma dangle

This commit is contained in:
Klemek
2021-03-30 15:20:22 +02:00
parent 18b02cf267
commit fa5cf31983
7 changed files with 66 additions and 62 deletions
+5 -5
View File
@@ -112,9 +112,9 @@ module.exports = (config) => {
MathJax: {
tex2jax: {
inlineMath: [['$', '$']],
displayMath: [['$$', '$$']]
}
}
displayMath: [['$$', '$$']],
},
},
});
}
@@ -131,7 +131,7 @@ module.exports = (config) => {
const mjConf = {
math: eq,
format: format,
speakText: config['mathjax']['speak_text']
speakText: config['mathjax']['speak_text'],
};
mjConf[output] = true;
mjAPI.typeset(mjConf, (res) => {
@@ -222,7 +222,7 @@ module.exports = (config) => {
});
});
});
}
},
};
};