Thanks!
We're making some progress, I'm able to include markdown text now, but the equations are not rendered for some reason. I have the following equation in my md file:
$$L(\theta|data)\propto\prod_{c,s,r}Prob_\theta(Conf_{c}|Stim_s,Resp_r)^{n_{data}(Conf|Stim_s,Resp_r)}$$
But this is what I see on my shiny app:
[L(\theta|data)\propto\prod_{c,s,r}Prob_\theta(Conf_{c}|Stim_s,Resp_r)^{n_{data}(Conf|Stim_s,Resp_r)}]
Similarly, \theta is rendered as [\theta].
Any idea what the problem might be?
Thanks!
-Matan