Hidden (code,text) in markdown

PHOTO EMBED

Wed Sep 29 2021 07:26:52 GMT+0000 (Coordinated Universal Time)

Saved by @sultanov ##markdown ##rstudio ##jupyter

## collapsible markdown?

<details><summary>CLICK ME</summary>
<p>

#### yes, even hidden code blocks!

```python
print("hello world!")
```

</p>
</details>
content_copyCOPY

Hidden text or code(in R Markdown) by click

https://gist.github.com/joyrexus/16041f2426450e73f5df9391f7f7ae5f#file-readme-md