mirror of
https://github.com/status-im/codimd.git
synced 2025-01-30 14:05:09 +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: {
|
||||
inlineMath: [['$', '$'], ['\\(', '\\)']],
|
||||
processEscapes: true
|
||||
},
|
||||
TeX: {
|
||||
extensions: ['mhchem.js']
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user