Ver comentarios en el archivo Raw
Nota: Son muy importantes los saltos de linea después de cada elemento.
# Encabezado 1
## Encabezado 2
### Encabezado 3
#### Encabezado 4
##### Encabezado 5
###### Encabezado 6
*Este texto está en cursivas*
Este texto está en cursivas
_Este texto está en cursivas_
Este texto está en cursivas
**Este texto está en negritas usando**
Este texto está en negritas usando
__Este texto está en negritas usando__
Este texto está en negritas usando
~~Este texto está tachado~~
Este texto está tachado
---
___
>Whenever you find yourself on the side of the majority, it’s time >to pause and reflect. > > \- Mark Twain
Whenever you find yourself on the side of the majority, it’s time >to pause and reflect.
- Mark Twain
* Item 1
* Item 2
* Item 3
* Nested Item 1
* Nested Item 2
- Item 1
- Item 2
- Item 3
- Nested Item 1
- Nested Item 2
- Item 1
- Item 2
- Item 3
- Nested Item 1
- Nested Item 2
- Item 1
- Item 2
- Item 3
- Nested Item 1
- Nested Item 2
1. Item 1 1. Item 2 1. Item 3
- Item 1
- Item 2
- Item 3
<p>This is a paragraph</p>
[BlogDelYager](http://blog.elyager.com/)
[BlogDelYager](http://blog.elyager.com/ "El Tooltip")

Name | Email -------|--------- Antonio | garcia@outlook.com Antonio | garcia@outlook.com Antonio | garcia@outlook.com
| Name | |
|---|---|
| Antonio | garcia@outlook.com |
| Antonio | garcia@outlook.com |
| Antonio | garcia@outlook.com |
```bash
npm install
npm start
```
```javascript
function add(num1, num2) {
return num1 + num2;
}
```
```python
def add(num1, num2):
return num1 + num2
```
npm install
npm start function add(num1, num2) {
return num1 + num2;
} def add(num1, num2):
return num1 + num2* [x] Task 1 * [x] Task 2 * [ ] Task 3
- Task 1
- Task 2
- Task 3
