lewish / asciiflow

ASCIIFlow
https://asciiflow.com
MIT License
4.54k stars 357 forks source link

allow boxes to be close but not joined #272

Open topshef opened 11 months ago

topshef commented 11 months ago
 how to have 2 boxes
┌───────┐
│       │  not join
└───────┘
           like this
    ┌────────┐
    │        │
    └────────┘

┌───────┐
│       │  but closer
└───┬───┤
    ├───┴────┐
    │        │
    └────────┘
here is a hack of what's needed
done with a regular text editor
┌───────┐
│       │  
└───────┘
    ┌────────┐
    │        │
    └────────┘