Infrastructure update: Migrated from KaTeX to MathJax for math rendering. Although MathJax is a bit slower to load,1 it supports referencing numbered equations and linking to them.2
The following in markdown:
|
|
will result in:
$$ \begin{equation} \label{eq:1} C = W\log_{2} (1+\mathrm{SNR}) \end{equation} $$
See \eqref{eq:1}.
If only I could somehow make Obsidian render the labeled equation without errors…
Thanks to the developers of ox-hugo for pointing to the solution. ↩︎