https://mermaid-ascii.art/ GitHub AlexanderGrooff/mermaid-ascii Mermaid ASCII v0.5.0 [ ] xPadding: 3 [3 ] yPadding: 3 [3 ] Generate Example 1: simple graph Example 2: labelled arrow Example 3: styled text --------------------------------------------------------------------- There are alternative forms of generating mermaid graphs in ASCII using this same Git repository. cUrl request with data Copy curl https://mermaid-ascii.art/generate -d mermaid="graph LR\nABC --> DEF" Run Golang in CLI Copy git clone https://github.com/AlexanderGrooff/mermaid-ascii cd mermaid-ascii go run main.go -f test.mermaid Copy