ascfix 0.7.1

Automatic ASCII diagram repair tool for Markdown files
Documentation
# README Arrow Alignment Test

Example from documentation with misaligned arrows:

```markdown
Source Code
┌──────────────────┐
│ Build & Test     │
└──────────────────┘
┌────────────────┐
│ Deploy         │
└────────────────┘
```

And another example with inconsistent arrow positions:

```markdown
┌─────────┐    ┌──────────┐
│ Process │    │ Database │
└─────────┘    └──────────┘
     │             │
┌────────────────────────┐
│ ResultProcessor        │
└────────────────────────┘
```

Complex workflow with single arrows misaligned:

```markdown
Source Code
┌──────────────────┐
│ Build Job        │
└──────────────────┘
┌──────────────────┐
│ Test Suite       │
└──────────────────┘
┌──────────────────┐
│ Deploy           │
└──────────────────┘
```