orsharir / github-mathjax

Chrome extension for rendering LaTeX equations in GitHub with MathJax
Other
153 stars 49 forks source link

Is equation reference possible? #2

Closed ih4cku closed 8 years ago

ih4cku commented 8 years ago

Thanks for the awesome extension. It make me quite convenient to write math in issues and other places on Github. However, I tested that equation reference is not correctly rendered. As an example:

In equation \eqref{eq:sample}, we find the value of an interesting integral:

\begin{equation} \int_0^\infty \frac{x^3}{e^x-1}\,dx = \frac{\pi^4}{15} \label{eq:sample} \end{equation}

I don't know if it's a bug or not supported feature.