Bug description
From https://github.com/quarto-ext/code-filename/issues/3 but extensions has been included inside core now.
---
title: Test
format: html
---
Non computation code filename
```{.r filename="file.R"}
1 + 1
```
Inside code-fold
```{r filename="file.R"}
#| code-fold: true
1 + 1
```

Do we want to support filename on computational chunk ? (which does not follow the YAML in chunk syntax)
If not, we should deactivate.
If we do, we maybe to introduce as YAML option and/or put the filename inside the folding of source.
Related Discussion item: #2642
Checklist
Bug description
From https://github.com/quarto-ext/code-filename/issues/3 but extensions has been included inside core now.
Do we want to support
filenameon computational chunk ? (which does not follow the YAML in chunk syntax)If not, we should deactivate.
If we do, we maybe to introduce as YAML option and/or put the filename inside the folding of source.
Related Discussion item: #2642
Checklist