| Thread Previous • Date Previous • Date Next • Thread Next |
Hi,How can I adapt (in the markdown export template) how code blocks are exported to markdown. I am looking for a way to have R code blocks exported as Rmarkdown code blocks, e.g.,
From:
{{{code: lang="r" linenumbers="True"
code here
}}}
To:
```{r}
code here
```
Cheers
Paulo
| Thread Previous • Date Previous • Date Next • Thread Next |