- Markdown https://myst-parser.readthedocs.io/en/latest/syntax/syntax.html
- reStructuredText https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html
ESTO ES ALGO IMPORTANTE QUE SE TIENE QUE VER
Esto es un consejo
Esto es una advertencia
This text is **standard** _Markdown_
Here is [markdown link syntax](https://jupyter.org)
\begin{eqnarray}
y & = & ax^2 + bx + c \\
f(x) & = & x^2 + 2xy + y^2
\end{eqnarray}
SELECT *
FROM
dbo.personas
Mermaid tiene diragramas estandar como codigo https://mermaid-js.github.io/mermaid/#/
ASI NO FUNCIONA
sequenceDiagram
participant Alice
participant Bob
Alice->John: Hello John, how are you?
ASI FUNCIONA
sequenceDiagram
participant Alice
participant Bob
Alice->John: Hello John, how are you?