Options for including mathematics on your website include:
The
<!-- uses MathJax CDN for LaTeX support
see https://docs.mathjax.org/en/latest/web/configuration.html for more info -->
<script id="MathJax-script" async
src="proxy.php?url=https%3A%2F%2Fcdn.jsdelivr.net%2Fnpm%2Fmathjax%403%2Fes5%2Ftex-mml-chtml.js">
</script>
<script>
window.MathJax = {
tex: {
inlineMath: [['$', '$'], ['\\(', '\\)']],
displayMath: [['$$', '$$'], ["\\[", "\\]"]],
processEscapes: true
}
};
</script>
You should then be able to paste $\LaTeX$ equations straight into content files. Both
If you want to insert a dollar sign on a page, as opposed to opening/closing an inline equation, use
Note: if you are opening a page locally and are not connected to the internet then MathJax will not load, you will simply see the unprocessed $\LaTeX$ equations.

![[ports] (FreeBSD) Get it from the FreeBSD [ports]](proxy.php?url=https%3A%2F%2Fnift.dev%2F..%2Fimages%2Ffreebsd.webp)
