Skip to content

Instantly share code, notes, and snippets.

@philipp-zettl
Created January 30, 2019 09:57
Show Gist options
  • Save philipp-zettl/f46842ad6f3ee712d282ee81d6b0d748 to your computer and use it in GitHub Desktop.
Save philipp-zettl/f46842ad6f3ee712d282ee81d6b0d748 to your computer and use it in GitHub Desktop.
collapsible for markdown (actually just HTML)
## collapsible markdown?
<details><summary>CLICK ME</summary>
<p>
#### yes, even hidden code blocks!
```python
print("hello world!")
```
</p>
</details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment