From 840b2d54aa8c7bac281d5a916850631276fbc60b Mon Sep 17 00:00:00 2001 From: Daniel Winkler Date: Sat, 31 Jan 2026 17:58:10 +1100 Subject: [PATCH] quarto setup --- snippets/quarto.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } }