Skip to content

Instantly share code, notes, and snippets.

@chris2cant
Last active September 11, 2019 10:05
Show Gist options
  • Save chris2cant/5bd7db6dfdd625d3ab5c08affca232e9 to your computer and use it in GitHub Desktop.
Save chris2cant/5bd7db6dfdd625d3ab5c08affca232e9 to your computer and use it in GitHub Desktop.

Markdown Cheatcheat

Heading

# H1
## H2
### H3
#### H4
#### H5
Examples

H1

H2

H3

H4

H5

Code snippet

\```js
const myVar = 'Hello world';
\```
const myVar = 'Hello world';

Details (Collapse)

Title of the summary This is the content
<details>
  <summary>
    Title of the summary
  </summary>
  This is the content
</details>

Divider


---

***

___

Examples


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment