source: sasview/docs/sphinx-docs/source/_static/rendermath.js @ f0b9bce

ticket-1094-headless
Last change on this file since f0b9bce was afca488, checked in by Paul Kienzle <pkienzle@…>, 8 years ago

katex support

  • Property mode set to 100644
File size: 134 bytes
Line 
1// Render katex on page.
2document.addEventListener("DOMContentLoaded", function(event) {
3            renderMathInElement(document.body);
4});
Note: See TracBrowser for help on using the repository browser.