Markdown

Contents

- [Header](#header)
- [Bulleted list](#bulleted-list)
- [Numbered list](#numbered-list)
- [Emphasis](#emphasis)
- [Link](#link)
- [Image](#image)
- [Inline code block](#inline-code-block)
- [Blockquotes](#blockquotes)
- [Table](#table)
# Header 1
### Header 3

Bulleted list

- item 1
- item 2
  • item 1
  • item 2

Numbered list

1. item 1
2. item 2
  1. item 1
  2. item 2

Emphasis

**Bold** and _Italic_ and `Code` and ~~strikethrough~~

Bold and Italic and Code and strikethrough

[Link](url)

Link

Short form:

<https://...>

https://...

Image

![Alt text](url "Title")

Inline code block

`var example = true`

var example = true

Blockquotes

> We're living the future so the present is our past.

We're living the future so the present is our past.

Table

Header 1 | Header 2
------------ | -------------
Cell 1 | Cell 2
Header 1Header 2
Cell 1Cell 2