Skip to content
Discussion options

You must be logged in to vote

code-fold is currently only supported for code sent to engines for execution:

---
title: "Example"
format:
  html:
    embed-resources: true
    code-fold: true
---

```bash
for val in $vals
  do echo $val
  done
```

```{r}
c(1,2,3)
```

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@mcanouil
Comment options

@patgd
Comment options

@cderv
Comment options

Answer selected by ctdarwell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
html Issues with HTML and related web technology (html/css/scss/js) themes Related to HTML theming or any other style related issue (like highlight-style)
5 participants