Replies: 1 comment
-
|
erDiagram's curve not supported yet supported all options %%{ init: { 'flowchart': { 'curve': 'stepBefore' } } }%%
erDiagram
CUSTOMER ||--o{ ORDER : places
ORDER ||--|{ LINE-ITEM : contains
CUSTOMER }|..|{ DELIVERY-ADDRESS : uses
%%{ init: { 'flowchart': { 'curve': 'stepBefore' } } }%%
flowchart TB
A & B--> C & D
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a erd schema that looks like this:

and this is the markdown:
How do i make it so that the lines are straight and not curved like in this picture ?
Beta Was this translation helpful? Give feedback.
All reactions