0.0.2 • Published 8 years ago

ember-mermaid v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Ember-mermaid

An ember addon for Mermaid by https://github.com/knsv

Installation

 ember install ember-mermaid
 
 

##Documentation

##Example

{{#mermaid-chart}}
  graph LR
    A[Hard edge] -->|Link text| B(Round edge)
      B --> C{Decision}
      C -->|One| D[Result one]
      C -->|Two| E[Result two]
{{/mermaid-chart}}