panache 2.44.0

An LSP, formatter, and linter for Markdown, Quarto, and R Markdown
1. B

   ```{r}
   #| label: foo
   
   function(x) {
     n <- nrow(x)
   
     n
   }
   ```

2. B

   ```{r}
   #| label: foo

   function(x) {
     n <- nrow(x)
 
     n
   }
   ```