source:
sasview/docs/sphinx-docs/source/_static/rendermath.js
@
3522037
Last change on this file since 3522037 was afca488, checked in by Paul Kienzle <pkienzle@…>, 8 years ago | |
---|---|
|
|
File size: 134 bytes |
Rev | Line | |
---|---|---|
[afca488] | 1 | // Render katex on page. |
2 | document.addEventListener("DOMContentLoaded", function(event) { | |
3 | renderMathInElement(document.body); | |
4 | }); |
Note: See TracBrowser
for help on using the repository browser.