How do I use reStructuredText (rst) directives like math in Gollum?
My Bitbucket wiki has rst files with math content, such as
:math:`1+1`
But any rst directive in Gollum renders like code. Instead it expects $1+1$
(for inline math). I can change the chars defining math code, but it won't work in Bitbucket.