ascfix 0.7.1

Automatic ASCII diagram repair tool for Markdown files
Documentation
# Unicode Arrow Support Test

Standard arrows:

```
   ↓
┌──────┐
│ Step │
└──────┘
```

Double arrows:

```
   ⇓
┌──────┐
│ Step │
└──────┘
```

Right arrows (horizontal):

```
┌──────┐  ⟶  ┌──────┐
│ Step │     │ Next │
└──────┘     └──────┘
```