Dear all,
I ran into a RStudio IDE case I am not sure how to investigate further.
Here is my Rmarkdown file to reproduce:
---
title: "reprex"
output:
pdf_document: default
html_document: default
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
# Hello
$$y = \alpha \cdot x + \beta
\label{eq:mytest}$$
I can produce html and PDF as expected. My issue is that the equation is displayed with RStudio as non valid. I guess, it is rendered with Mathjax without the AMS option.
Anyone with idea how to have the equation also render in RStudio IDE?
Extra info:
Rstudio Version 1.2.1335
R version 3.6
OS: win10
Regards,
jm