Prueba de Markdown
Headings
DIferentes tamaños de encabezados
Example:
Text
Se pueden usar negritas e italicas. También se puede el estilo~~strikethrough~~.
Example:
This is a normal text. You can use **bold** and *italic* text. You can also use ~~strikethrough~~ text.
Lists
Se usa el símbolo -. También con listas numeradas 1. symbol.
Example:
Example output:- Item 1
- Item 2
- Item 2.1
- Item 2.2
- Item 1
- Item 2
- Item 2.1
- Item 2.2
Links
Para crear links se usa [text](link).
Example:
Example output: RoBorregosImages
La estructura para agregar imágenes es .
Example:
Example output:
Code
You can add code using the ` symbol. You can also add code blocks using the ``` symbol.
Example:
Example output:print("Hello World")
Example:
Example output:Tables
You can create tables using the | symbol.
Example:
| Name | Email | Role |
| ---- | ----- | ---- |
| Ivan | [i.wells.ar@gmail.com](mailto:i.wells.ar@gmail.com) | Software Developer, Repo Mantainer and Automatization |
Example output:
| Name | Role | |
|---|---|---|
| Ivan | i.wells.ar@gmail.com | Software Developer, Repo Mantainer and Automatization |
Quotes
You can create quotes using the > symbol.
Example:
Example output:This is a quote
Horizontal Rule
You can create a horizontal rule using the --- symbol.
Example:
Example output:ToDo List
You can create a task list using the - [ ] symbol.
Example:
Example output:- [ ] ToDo
- [x] Done ToDo