79552427

Date: 2025-04-03 08:56:04
Score: 1.5
Natty:
Report link

Set the code-fold chunk option to show or false:

---
  code-fold: true
---

```
# Block to fold initially
```

```
#| code-fold: show
# Block to keep unfolded initially
```

```
#| code-fold: false
# This block is always shown and not foldable
```

Here's the relevant page in the quarto guide.

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: rturquier