ascfix 0.7.1

Automatic ASCII diagram repair tool for Markdown files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Clean: Client Server Diagram
# Tests arrow centering and label positioning in a client-server architecture

┌─────┐
│ API │
└─────┘
Gateway

┌─────────┐    ┌─────────┐
│ Client  │    │ Server  │
└─────────┘    └─────────┘
     ↓              ↑
  Request       Response