Files
website/layouts/_partials/math.html
2026-03-03 09:45:04 -06:00

27 lines
572 B
HTML

<script type="text/javascript" id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@4/tex-mml-chtml.js"></script>
<script>
MathJax = {
tex: {
displayMath: [['\\[', '\\]'], ['$$', '$$']], // block
inlineMath: [['\\(', '\\)'], ['$', '$']] // inline
},
loader:{
load: ['ui/safe']
},
output: {
displayAlign: 'left',
displayIndent: '0.25in',
displayOverflow: 'linebreak'
},
linebreaks: {
inline: true,
width: '100%',
lineleading: '0.2',
LinebreakVisistor: '-'
}
};
</script>