I am desperately trying to format an inline equation that contains a hat for estimation. It works when I create a pdf output, but not when I create a learnr shiny prerendered page.
Any idea how to fix this would be appreciated. I tried with all kind of different {}, which seems to have no effect.
Works:
---
title: "Text"
output: pdf_document
---
We estimate the mean $\hat{\mu}$.
Does not work:
---
title: "Text"
output:
learnr::tutorial:
progressive: true
allow_skip: true
runtime: shiny_prerendered
---
We estimate the mean $\hat{\mu}$.
If your question's been answered (even by you!), would you mind choosing a solution? It helps other people see which questions still need help, or find solutions if they have similar problems. Here’s how to do it: