File: rendermath.js

package info (click to toggle)
sasview 6.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 97,384 kB
  • sloc: python: 58,231; cpp: 6,412; javascript: 173; makefile: 165; sh: 58; xml: 40
file content (4 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (5)
1
2
3
4
// Render katex on page.
document.addEventListener("DOMContentLoaded", function(event) {
	    renderMathInElement(document.body);
});