Skip to content

Generation of diagram and flowchart from text in a similar manner as markdown

License

Notifications You must be signed in to change notification settings

crodriguez1a/mermaid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mermaid

Generation of diagram and flowchart from text in a similar manner as markdown.

Ever wanted to simplify documentation and avoid heavy tools like visio when explaining your code?

This is why I came up with mermaid, a simple markdown-like script language for generating charts from text via javascript.

`A --> B

A --> C

B-->D

C-->D`

About

Generation of diagram and flowchart from text in a similar manner as markdown

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.2%
  • HTML 1.1%
  • Other 0.7%