Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
kramdownjekyllのエンジンで方程式の数を使用することは可能でしょうか? 以前のエンジンmarukuは方程式の番号付けをサポートしていたようです。MathJax でサポートされている数式の番号付けと相互参照を使用したかったのです。
kramdown
maruku
私が試してみました
$$ \begin{equation} a + b = c \label{abc} \end{equation} $$ Equation \eqref{abc} is ...
そして私は得ました: