Creating a flowchart
- Copy the syntax below and paste it into your note.
- Using the syntax with three backticks (`) before "flow" and after the text, then the graph shows up.
- Utilize the
=>
symbol to define the process of creating a flowchart.
st
is the rounded rectangle.
op
is the rectangle.
cond
is the diamond.
- Determine the sequence for your flowchart.
- Write
(yes)
or (no)
followed cond
to describe the flow.
- You may change the description.
- Connect each process using the
->
symbol.
Flow charts can be specified like this:
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Let's see how the syntax works in both mode
:
Create more complex flowcharts
- Copy the syntax below and paste it into your note.
- Using the syntax with three backticks (`) before "mermaid" and after the text, then the graph shows up.
- Use letters and
[ ]
, { }
to represent each block of the process.
- Then, use
-->
arrows to connect them together, ensuring that each process is connected.
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Notes
In the second line, TD represents the orientation of the graph. Replacing TD with LR will flatten the graph.
Followed by the presentation of the syntax
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
More syntax for mathematical expressions and charts can be explored here.