Skip to content

Commit

Permalink
Format demo code
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Jun 2, 2017
1 parent 5f5c8a2 commit b023892
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 24 deletions.
48 changes: 24 additions & 24 deletions dist/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,41 +62,41 @@
<hr/>

<div class="mermaid">
gitGraph :
gitGraph:
options
{
"nodeSpacing" : 150,
"nodeSpacing": 150,
"nodeRadius": 10
}
end
commit
branch newbranch
checkout newbranch
commit
commit
checkout master
commit
commit
merge newbranch
commit
branch newbranch
checkout newbranch
commit
commit
checkout master
commit
commit
merge newbranch
</div>

<hr/>

<div class="mermaid">
classDiagram
Class01 <|-- AveryLongClass : Cool
Class03 *-- Class04
Class05 o-- Class06
Class07 .. Class08
Class09 --> C2 : Where am i?
Class09 --* C3
Class09 --|> Class07
Class07 : equals()
Class07 : Object[] elementData
Class01 : size()
Class01 : int chimp
Class01 : int gorilla
Class08 <--> C2: Cool label
Class01 <|-- AveryLongClass : Cool
Class03 *-- Class04
Class05 o-- Class06
Class07 .. Class08
Class09 --> C2 : Where am i?
Class09 --* C3
Class09 --|> Class07
Class07 : equals()
Class07 : Object[] elementData
Class01 : size()
Class01 : int chimp
Class01 : int gorilla
Class08 <--> C2: Cool label
</div>
<script src="../mermaid.js"></script>
<script>
Expand Down
1 change: 1 addition & 0 deletions todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@
- How to generate doc?
- webpack warning: lodash too big
- add converalls
- git graph requires a blank line at the end. why?

0 comments on commit b023892

Please # to comment.