setup
This commit is contained in:
11
themes/hugo-theme-monochrome/assets/js/math.js
Normal file
11
themes/hugo-theme-monochrome/assets/js/math.js
Normal file
@@ -0,0 +1,11 @@
|
||||
window.MathJax = {
|
||||
tex: {
|
||||
inlineMath: [['$', '$']],
|
||||
displayMath: [['$$', '$$']],
|
||||
processEscapes: true,
|
||||
processEnvironments: true
|
||||
},
|
||||
options: {
|
||||
skipHtmlTags: ['script', 'noscript', 'style', 'textarea', 'pre']
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user