Mermaid Graph Error (SOLVED)

Hi,
I’m trying to understand what is wrong with my mermaid code. Even in Live editor is not working. There are significant differences on D & E between code and preview

graph TD

A[Structuri epice de comunicare] -->B[+ verbale]
A[Structuri epice de comunicare] -->C[- verbale]

B[+ verbale] --> D[- mediate prin figura dramatică]
D[mediate prin figura dramatică] --> E[titlul]
E[Titlul] --> F[text secundar explicativ]
F[text secundar explicativ] --> G[proiecții de filme, bannere etc.]
G[Proiecții de filme, bannere etc.] --> H[montaj]

B[+ verbale] --> I[+ mediate prin figura dramatică]
I[+ mediate prin figura dramatică] --> J[personajul din cadrul acțiunii]

I’m trying to reproduce this graph:

Thanks!

After you define the letter, (as in A[text]), I would only use A ever after, without redefining it (A[text]again), even though you’re using the same text. Does that help?

Also, you’ll probably need to get rid of the “.” in your “etc.” And possibly the + or -

I cant do that. I need those signs.

Is working now, and is much simple. I also saw that were typing errors between those to B’.

Thanks a lot!