Show Menu
Cheatography

Mermaid Cheat Sheet (DRAFT) by

A cheatsheet for Mermaid.

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Starting the Flowchart

```mermaid
Tells MD file to use Mermaid
---
title: (user input)
---
Declaring a title for your flowchart
flowchart direction
TD (Top-Down)
TB (Top-B­ottom)
LR (Left-­Right)
RL (Right­-Left)
Declares the direction that you
want your flowchart to go.
Enter direction shorthand
in place of direction.

Changing Box Shape

(user input)
Round Edges
([user input])
Oval Edges
[[user input]]
Subroutine Edges
[(user input)]
Cylindar
((user input))
Circle