quarto setup

This commit is contained in:
Daniel Winkler 2026-01-31 17:58:10 +11:00
commit 840b2d54aa

View file

@ -1,7 +1,7 @@
{ {
"Chunk": { "Chunk": {
"prefix": "_r", "prefix": "_r",
"body": ["```{r}", "$1", "```"], "body": "```{r}\n$1\n```",
"description": "R code block" "description": "R code block"
} }
} }