lewish / asciiflow

ASCIIFlow

Home Page:https://asciiflow.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

allow boxes to be close but not joined

topshef opened this issue · comments

 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
┌───────┐
│       │  
└───────┘
    ┌────────┐
    │        │
    └────────┘