diff --git a/snippets/quarto.json b/snippets/quarto.json index 6d6eb35..5fc7453 100644 --- a/snippets/quarto.json +++ b/snippets/quarto.json @@ -1,7 +1,7 @@ { "Chunk": { "prefix": "_r", - "body": ["```{r}", "$1", "```"], + "body": "```{r}\n$1\n```", "description": "R code block" } }