Created
January 30, 2019 09:57
-
-
Save philipp-zettl/f46842ad6f3ee712d282ee81d6b0d748 to your computer and use it in GitHub Desktop.
collapsible for markdown (actually just HTML)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## 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