Is there a way to include the chunk options in the output?
For instance, in this case:
---
title: "Untitled"
format: html
editor: visual
---
```{r}
#| code-fold: true
#| label: example
1 + 1
```
How to get
#| code-fold: true
#| label: example
in the output (on top of them being actually used)?