Skip to content

Commit e9293b0

Browse files
committed
feat: add TeX mhchem extensions for MathJax
Signed-off-by: Max Wu <[email protected]>
1 parent 54f6e55 commit e9293b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

public/js/mathjax-config-extra.js

+3
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@ window.MathJax = {
44
tex2jax: {
55
inlineMath: [['$', '$'], ['\\(', '\\)']],
66
processEscapes: true
7+
},
8+
TeX: {
9+
extensions: ['mhchem.js']
710
}
811
}

0 commit comments

Comments
 (0)