Hi all
I am very comfortable happy using R and markdown. My question is about using maths in the name of a theorem. Using maths/LaTeX I am very comfortable with also.
But, my question is when the source contains maths in the theorem name (e.g.):
:::{.theorem #FProperties name="Properties of $F$-distribution"}
Theorem content goes here.
:::
The code does not render the maths in the HTML output (but does in the PDF output); it appears as "F-distribution" (rather than "F-distribution"); i.e., with the dollar signs shown literally rather than as maths delimiters.
Is this not possible, or am I missing something (i.e., RTFM...)?
Thanks for any help.
P.