Question
I have a math block and I'd like to add a few links within it to other sections of the same markdown file. I'd be happy with either being able to link to the relevant markdown subsection or to the equation therein, but I can't figure out how to do it, or if it's possible at all.
Things I've tried:
- Using
\href and \ref using the name of the heading
- The same, but with the heading name in lowercase, prefixed with
# as you'd do with a normal link
- Using
\label and \eqref to link to an equation as you'd do in normal LaTeX
It appears that \href works in plan MathJax.
Any help would be appreciated!
Version