mermaid is a text markup language created in 2014.
git clone https://github.com/mermaid-js/mermaid
#445on PLDB | 9Years Old |
Generation of diagram and flowchart from text in a similar manner as markdown
gitGraph:
options
{
"nodeSpacing": 150,
"nodeRadius": 10
}
end
commit
branch newbranch
checkout newbranch
commit
commit
checkout master
commit
commit
merge newbranch