Skip to content

Latest commit

 

History

History
65 lines (49 loc) · 1.06 KB

File metadata and controls

65 lines (49 loc) · 1.06 KB

UTILIZACION

SINTAXIS

BLOQUES

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)

ECUACIONES

   \begin{eqnarray}
      y    & = & ax^2 + bx + c \\
      f(x) & = & x^2 + 2xy + y^2
   \end{eqnarray}

CODE FENCES

SELECT *
FROM
dbo.personas

MERMAID

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?
Loading

ASI FUNCIONA


    sequenceDiagram
      participant Alice
      participant Bob
      Alice->John: Hello John, how are you?