Skip to content

Instantly share code, notes, and snippets.

@maxkoryukov
Forked from Ashton-W/Issue.md
Created May 28, 2017 09:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxkoryukov/3aa9cedce82d12c065e41f88e4d296c7 to your computer and use it in GitHub Desktop.
Save maxkoryukov/3aa9cedce82d12c065e41f88e4d296c7 to your computer and use it in GitHub Desktop.
GitHub Markdown toggle code block
Click to toggle contents of `code` ``` CODE! ```
Click to toggle contents of other `code` ``` MORE CODE! ```
<details>
<summary>Click to toggle contents of `code`</summary>
```
CODE!
```
</details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment