mirror of
https://github.com/status-im/codimd.git
synced 2025-01-30 21:45:01 +00:00
Merge pull request #1684 from hackmdio/feature/support-mhchem-mathjax
Add TeX mhchem extensions for MathJax
This commit is contained in:
commit
b27f1474bc
@ -4,5 +4,8 @@ window.MathJax = {
|
|||||||
tex2jax: {
|
tex2jax: {
|
||||||
inlineMath: [['$', '$'], ['\\(', '\\)']],
|
inlineMath: [['$', '$'], ['\\(', '\\)']],
|
||||||
processEscapes: true
|
processEscapes: true
|
||||||
|
},
|
||||||
|
TeX: {
|
||||||
|
extensions: ['mhchem.js']
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user