mirror of
https://github.com/thegeeklab/hugo-geekdoc.git
synced 2024-11-16 09:50:40 +00:00
4 lines
102 B
JavaScript
4 lines
102 B
JavaScript
|
document.addEventListener("DOMContentLoaded", function () {
|
||
|
renderMathInElement(document.body);
|
||
|
});
|