SU-SWS/stanford_profile_helper

View on GitHub
js/stanford_profile_helper.mathjax.js

Summary

Maintainability
A
0 mins
Test Coverage
// Mathjax configuration settings.
// @see https://docs.mathjax.org/en/latest/options/startup/startup.html
window.MathJax = {
  startup: {
    elements: [
      'p'
    ]
  }
}