Skip to content

SOP Test DemoMermaid Diagram Fix Test

Demonstrating proper flowcharts instead of broken ASCII squares

Documentation Structure

This is what WORKS (Mermaid)

Above you see a proper mindmap rendered as an SVG graphic.

This is what WAS BROKEN (ASCII)

The old version would output something like this in a code block:

┌─────────────────────────────────────────────────────────────────────┐
│                         SOP TEST DEMO                               │
├─────────────────────────────────────────────────────────────────────┤
│                                                                      │
│   ┌─────────────┐     ┌─────────────┐     ┌─────────────┐           │
│   │    SOPs     │     │  Workflows  │     │  Quick Ref  │           │
│   │   (02)      │     │    (01)      │     │  Commands   │           │
│   └─────────────┘     └─────────────┘     └─────────────┘           │
│                                                                      │
└─────────────────────────────────────────────────────────────────────┘

Those ┌ ┐ └ ┘ │ ─ characters render as squares on many systems.