Describe the bug
When the markdown code block starts with ```R instead of ```r, it didn't recognize the R language and therefore not show the syntax highlighting.
To Reproduce
Steps to reproduce the behavior:
Create a markdown file to include R code like this:
Describe the bug When the markdown code block starts with ```R instead of ```r, it didn't recognize the R language and therefore not show the syntax highlighting.
To Reproduce Steps to reproduce the behavior:
```R library(dplyr) mouse.data <- data.frame( weight=c(0.9, 1.8, 2.4, 3.5, 3.9, 4.4, 5.1, 5.6, 6.3), size=c(1.4, 2.6, 1.0, 3.7, 5.5, 3.2, 3.0, 4.9, 6.3)) ```
Expected behavior The code block starting with ```R should show the syntax highlighting for R code
Desktop (please complete the following information):