bramp / js-sequence-diagrams

Draws simple SVG sequence diagrams from textual representation of the diagram
https://bramp.github.io/js-sequence-diagrams/
BSD 2-Clause "Simplified" License
7.81k stars 1.08k forks source link

Support for single line. #185

Closed Jekkill closed 6 years ago

Jekkill commented 6 years ago

I haven't find any information about this, but is it possible to write HTML something like this: Note over Anna: Hello, how are you? \n Anna -> China: \n Note over China: I'm fine And it doesn't show only one note with text

Hello, how are you? \n Anna -> China: \n Note over China: I'm fine.

It will be very usefull, if we dinamycally add information to the page, via javascript, for example.

bramp commented 6 years ago

Hopefully you resolved this on your own. If not feel free to reopen.