mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-12 22:26:08 -04:00
8 lines
161 B
JavaScript
8 lines
161 B
JavaScript
window.MathJax = {
|
|
messageStyle: 'none',
|
|
skipStartupTypeset: true,
|
|
tex2jax: {
|
|
inlineMath: [['$', '$'], ['\\(', '\\)']],
|
|
processEscapes: true
|
|
}
|
|
}
|