Math: formula don't work in tables

Hey I noticed that some formulas do not with in tables.

Seems like code blocks don’t either :cry:

I noticed this too :slight_smile: would be nice to have this functionality.

Very little formatting works in tables - you can’t have lists or images either. One way around is to use LaTeX arrays:

$$
\begin{array}{|l|l|}
\hline
\textbf{Constant} & \textbf{Estimate} \\
\hline
\rho_{c,0} & 10^{-26}\text{ kg m}^{-3} \\
\hline
\Omega_{\Lambda,0} & 0.7\pm 0.05 \\
\hline
\Omega_{b,0}\text{(baryons)} & 0.045 \pm 0.005 \\
\hline
\Omega_{r,0}\text{(CMB)} & 5\times 10^{-5} \\
\hline
\Omega_\text{star light} & 10^{-6} \\
\hline
\Omega_\text{dust emission} & 10^{-6} \\
\hline
\end{array}
$$

That’s sad :downcast_face_with_sweat:

I hope this can be fixed at some point.