rmarkdown icon indicating copy to clipboard operation
rmarkdown copied to clipboard

Show / Hide does not work with Boostrap 5

Open cderv opened this issue 4 years ago • 0 comments

---
title: test
output:
  html_document:
    theme:
      version: 5
    code_folding: show
---

```{r, eval = TRUE}
1 + 1 
```

hide-show

cderv avatar Jan 12 '22 14:01 cderv