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
_______________________________________________ Mailing list: https://launchpad.net/~zim-wiki Post to : [email protected] Unsubscribe : https://launchpad.net/~zim-wiki More help : https://help.launchpad.net/ListHelp

