Markdown cheat sheet for Visual Studio Code
Here is a cheat sheet that I found somewhere that will work with Visual Studio Code MD files:
"# README"
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6
*This text* is italic
\*This text\* is not italic
_This text_ is italic
**This text** is strong
__This text__ is strong
~~This test~~ is strikethrough
---
___
> This is a quote
[This is a link](https://www.techengineer.one "My blog")
* i1
* i2
* i2.1
* i2.2
---
1. i1
1. i2
1. i3
___
1. i1
2. i2
3. i3
`
This is a paragraph
`
`netstat -a`

```bash
npm install
npm start
const k = require('crypto');
def add (n1, n1):
return n1 + n2
| Name | E-Mail |
|--------|--------------------------|
| Terminator | terminatora@skynet.com
| Sarah Connor | sarah.connor@skynet.com |
* [x] task 1
* [x] task 2
* [ ] task 3
This is a footnote [^n]
**Sources:**
- [https://www.markdownguide.org/cheat-sheet/](https://www.markdownguide.org/cheat-sheet/)