I have been writing a book in bookdown over the last several years. When bookdown moved to the new theorem environments based on Pandoc's fenced div blocks and I changed all of my theorem blocks to this new format, I ran into the problem that math equations no longer print out correctly when they are included in the text to the name argument. For example, the following Proposition does not display math in the name when the file is rendered:
::: {.proposition name="Standard error for $\\hat{\\mu_i}$"}
The standard error for $\hat{\mu}_{i},$ $\mathrm{se}(\hat{\mu}_{i}),$
can be calculated exactly and is given by:
\begin{equation}
\mathrm{se}(\hat{\mu}_{i})=\frac{\sigma_{i}}{\sqrt{T}}.(\#eq:semuhat)
\end{equation}
:::