mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
567f26f5b9
thanks standard
8 lines
161 B
JavaScript
8 lines
161 B
JavaScript
window.MathJax = {
|
|
messageStyle: 'none',
|
|
skipStartupTypeset: true,
|
|
tex2jax: {
|
|
inlineMath: [['$', '$'], ['\\(', '\\)']],
|
|
processEscapes: true
|
|
}
|
|
}
|