Hi,
While working on a github readme file I noticed that when I set as output github_document the latex doesn't render correctly. E.g the following Rmd file:
---
output: github_document
---
$$ y = a \cdot x $$
is rendered as
[ y = a \cdot x ]
while
---
output: html_document
---
$$ y = a \cdot x $$
is correctly rendered as
y=a⋅x
I am working with RStudio 1.3.1093 and was wonderign if I am not using correctly the github_document option