Mermaid Js (MIT license) generic import for rendering workflows or process
Examples: https://mermaid-js.github.io/mermaid-live-editor
Documentation : https://mermaid-js.github.io/mermaid
No configuration needed
Mermaid Js macro integration example :
<@importMermaidJs />
...
<div class="mermaid">graph TD (...)</div>
...
<@initMermaidJs />