A small-ish python script that renders an Argo workflow as a mermaid.js flowchart (embedded in a ready-to-view html page). Please be advised that not all Argo workflow features are supported.
python ./render-workflows.py <output-html-file.html> <workflow-file-1.yaml> <workflow-file-2.yaml> ...