Output as mermaid diagram
Author: pirannaCreated Jun 29, 2023Updated Jul 25, 2025
Add output option as a mermaid diagram. Being plain text it will be really easy to implement (just two loops over all the graph nodes, one to get all of them and create slugs with their names, and another one to add the connections using the slugs), and also it's becaming an industry standard like Markdown, also Github has native support for it.
Source: pahen/madge