LastStar / showrum

Software for multideck presentations, targeted on educators.
11 stars 0 forks source link

Mermaid diagrams #26

Open pepe opened 7 years ago

pepe commented 7 years ago

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

pepe commented 7 years ago

Instalation http://knsv.github.io/mermaid/#installation

pepe commented 7 years ago

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