Search

Notion Guide

Design - MarkDown

Equation - KaTex

equation_inline: <ctrl+shift+E>
Function
Symbol
Code
분수
ab\frac{a}{b}
\frac{a}{b}
제곱근
x\sqrt{x}
\sqrt{x}
거듭제곱근
xn\sqrt[n]{x}
\sqrt[n]{x}
거듭제곱
xnx^n
x^n
High-Tiernext entryParentnext entryOrphanrelatedrelatedConnectornext entryChildChild\begin{CD}\text{High-Tier}@>\text{next entry}>>\text{Parent}@>\text{next entry}>>\text{Orphan} \\@VrelatedVV@VrelatedVV \\\text{Connector}@>\text{next entry}>>\text{Child}\\u/VrelatedVV \\\text{Child}\\\end{CD}
High-TierConnectorChildConnectorChildChild\begin{array}{ccccc} && \text{High-Tier} && \\ & \swarrow & \downarrow & \searrow & \\ \text{Connector} && \text{Child} && \text{Connector} \\ \downarrow &&&& \downarrow \\ \text{Child} &&&& \text{Child} \end{array}

Diagram - Mermaid

graph TD
  Mermaid --> Diagram --> hello
Mermaid
복사
flowchart LR

classDef blue fill:blue, stroke:black, stroke-width:2px, color:white
classDef yellow fill:yellow, stroke:black, stroke-width:2px, color:black

r1((person1)):::yellow
r1---->|name|r3[토마토]
r1-->|age|r5[[22]]
r1--->|height|r6>173]
r1-.->|knows|r2((person2)):::blue===>|name|r4[철수]
r2--dd-->r7[/2/]
r2--on1[(Store)]:::blue

linkStyle 6 stroke:red

click n1 "https://devocean.sk.com"
Mermaid
복사