testData/parser/rmd/multicell.rmd (
14
lines of code) (
raw
):
It's a header --- ```{r} x <- 312312 y <- 432432432 ``` Some Text ```{r} z <- 432432432 ``` Another Text ```{r} x + y + z ```