Skip to content

Latest commit

 

History

History
103 lines (73 loc) · 893 Bytes

File metadata and controls

103 lines (73 loc) · 893 Bytes

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


Table

| Header 1 | Header 2 |
| --- | --- |
| Content 1.1 | Content 1.2 |
| Content 2.1 | Content 2.2 |
Examples
Header 1 Header 2
Content 1.1 Content 1.2
Content 2.1 Content 2.2