Skip to content

Instantly share code, notes, and snippets.

@jennyq
Last active August 14, 2018 16:51
Show Gist options
  • Save jennyq/f1f1cad387fd1c01240cb071738bba5b to your computer and use it in GitHub Desktop.
Save jennyq/f1f1cad387fd1c01240cb071738bba5b to your computer and use it in GitHub Desktop.
collapsible markdown
Click to View Details
print("hello world!")
Some html tags <pre>, <table>, <h1>, <hr>, <a name>, <sub> also work within the `details` block.

-------------------------------------------
<details>
<summary>Click to View Details</summary>

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

Some html tags <pre>, <table>, <h1>, <hr>, <a name>, <sub> also work within the `details` block.
</details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment