Formato Markdown
Sintaxis | Descripción |
---|---|
[[Link]] |
Enlace interno |
![[Link]] |
Enlace externo |
 |
Enlace a imagen externa |
![[Link#^id]] |
Enlace con marcador interno |
^id |
Marcador interno |
[^id] |
|
%%Text%% |
|
~~Text~~ |
|
``` |
Bloque de Código |
- [ ] |
Casilla sin marcar |
- [x] |
Casilla marcada |
> [!note] |
Nota Callout |
Cita
> Human beings face ever more complex and urgent problems, and their effectiveness in dealing with these problems is a matter that is critical to the stability and continued progress of society.
\- Doug Engelbart, 1961
Human beings face ever more complex and urgent problems, and their effectiveness in dealing with these problems is a matter that is critical to the stability and continued progress of society.
- Doug Engelbart, 1961
Lista
- First list item
- Second list item
- Third list item
- First list item
- Second list item
- Third list item
Tareas
- [x] This is a completed task.
- [ ] This is an incomplete task.
Tablas
| First name | Last name |
| ---------- | --------- |
| Max | Planck |
| Marie | Curie |
First name | Last name |
---|---|
Max | Planck |
Marie | Curie |
Formulas (Mathjax Latex)
> [!formula] **Velocidad**
> $${v} = \frac{d}{t}$$
>
> **Donde:**
> - ${v}$ → Velocidad (m/s)
> - ${d}$ → Distancia recorrida (m)
> - ${t}$ → Tiempo empleado (s)
Formula de Velocidad
Donde:
→ Velocidad (m/s) → Distancia recorrida (m) → Tiempo empleado (s)