Skip to content

anarinya/mermaid-syntax-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Mermaid Syntax Playground

Mermaid syntax is a way to create charts and diagrams with markdown, instead of having to manually draw them out using some kind of graphics tool. It's 1000x faster, can be modified on the fly during discussions, easier to embed and share, and quick to learn.

flowchart LR
Mermaid["Diagrams"]
Something["???"]
Profit["Profit!"]

Mermaid-->Something-->Profit
Loading

Seriously though...

flowchart LR
M["[Architecture Diagrams]

  (✿◠‿◠)

  Create while collaborating
  on solutions or when attempting
  to understand user flows."]

R["[Shared Understanding]

  ٩( ๑╹ ꇴ╹)۶

  Have a visual way to explain
  something instead of expecting
  others to read walls of text.
"]

S["[Solutions]

  (•̀ᴗ•́)و ̑̑

  Get to the correct solutions
  faster with misunderstandings
  less likely to happen.
"]

M-->R-->S
Loading

About

mermaid syntax playground

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published