6
Export to markdown
in progress
David Khourshid
State machines should be able to be exported to Markdown for use in documentation.
The generated markdown should have:
- A flattened list of states and their descriptions
- A list of transitions in each state, including their descriptions
- A list of effects (entry, exit, actions) in states/transitions
- Guards in each transition, if applicable
- Hyperlinks to states
David Khourshid
in progress
David Khourshid
From Survey: "Perhaps some way to create documentation for non techies to see what’s going on."
Mehdi Achour
Mermaid should be considered: https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/
Laura Kalbag
planned