Would it be possible to use equation numbers with the kramdown
engine in jekyll? It seems that the previous engine maruku
had supported equation numbering. I wanted to use equation numbering and cross-referencing supported by MathJax.
I have tried
$$
\begin{equation}
a + b = c \label{abc}
\end{equation}
$$
Equation \eqref{abc} is ...
and I obtained: