diff --git a/docs/stateDiagram.md b/docs/stateDiagram.md index 5bec42408..de965bc57 100644 --- a/docs/stateDiagram.md +++ b/docs/stateDiagram.md @@ -1,5 +1,7 @@ # State diagrams +**Edit this Page** [![N|Solid](img/GitHub-Mark-32px.png)](https://github.com/mermaid-js/mermaid/blob/develop/docs/stateDiagram.md) + > "A state diagram is a type of diagram used in computer science and related fields to describe the behavior of systems. State diagrams require that the system described is composed of a finite number of states; sometimes, this is indeed the case, while at other times this is a reasonable abstraction." Wikipedia Mermaid can render state diagrams. The syntax tries to be compliant with the syntax used in plantUml as this will make it easier for users to share diagrams between mermaid and plantUml.