Hi, I would like to be able to use Latex or MathJax equations in my Peerboard site. Is there a feature you could add that allows site owners to add sitewide script or a header or footer script?
I would like to be able to add scripts like the below example to my PB site so that I can write maths/physics types of equations. Thanks.
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.10.1/dist/katex.js" crossorigin="anonymous"></script>
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.10.1/dist/contrib/auto-render.min.js" crossorigin="anonymous" onload="renderMathInElement(document.body);"></script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>