문제

I put a private repository on Bitbucket.org, and this project needs some documentations that involve a lot of math stuff. I want to use Bitbucket Wiki and edit it in Markdown but how should I also enable MathJax to allow me to type in math equations in the markdown file?

The official documentation of bitbucket (https://confluence.atlassian.com/display/BITBUCKET/Use+a+wiki) does not seem to mention it. And I searched Google but found few useful results. Any idea?

올바른 솔루션이 없습니다

다른 팁

I also searched & searched a few hours and I could not find it. But you need to use the reStructuredText :math: interpreted text role. One example is given below:

:math:`E[(Y - g(X))^{2} | X = x]`

You can also set math as default and leave out :math: in the above markup.

.. default-role:: math
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top