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

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalcmagnetic_scattrelease-4.2.2ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change on this file since afca488 was afca488, checked in by Paul Kienzle <pkienzle@…>, 7 years ago

katex support

  • Property mode set to 100644
File size: 134 bytes
RevLine 
[afca488]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.