Asciidoc Math rendering

I have a rendered asciidoc file with equations. The equations render to something like

\$c_{dye}[M] = \frac{A_{\lambda}}{150,000\ }\$

where

c_{dye}[M] = \frac{A_{\lambda}}{150,000\ }

is the actual LaTeX formula that I want to render. It seems that the default renderer adds the \$ borders. How do I render those formulas now in Gitea?