Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mermaid diagrams #26

Open
pepe opened this issue Mar 13, 2017 · 2 comments
Open

Mermaid diagrams #26

pepe opened this issue Mar 13, 2017 · 2 comments
Assignees

Comments

@pepe
Copy link
Member

pepe commented Mar 13, 2017

Add chance to parse Mermaid http://knsv.github.io/mermaid/ diagrams

@pepe pepe self-assigned this Mar 13, 2017
@pepe
Copy link
Member Author

pepe commented Mar 14, 2017

@pepe
Copy link
Member Author

pepe commented Mar 14, 2017

Diagram example

sequenceDiagram
participant View
participant Store
participant State
View->> Store: Emit Event
Store->> State: Update
Store->> Store: Watch
Store-->> View: Effect result
State-->> View: Updated materialized state
Loading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant