Skip to content

Commit

Permalink
Merge pull request #214 from orschiro/gh-pages
Browse files Browse the repository at this point in the history
Update flowchart.md
  • Loading branch information
knsv committed Sep 24, 2015
2 parents 40e6731 + 0b17c12 commit 65b271d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/flowchart.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,15 @@ graph LR;
A-->B
```

### A link with arrow head and text
```
A-->|text|B
```
```
graph LR;
A-->|text|B
```

### An open link

```
Expand Down Expand Up @@ -310,4 +319,4 @@ mermaid.flowchartConfig can be set to a JSON string with config parameters or th
mermaid.flowchartConfig = {
width:100%;
};
```
```

0 comments on commit 65b271d

Please sign in to comment.