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

Allow escape quotes characters in actor name #180

Open eloyesp opened 7 years ago

eloyesp commented 7 years ago

Make it possible to write almost anything as an actor name:

"arrow-> and \"quotes\" in the actor name" -> bar : foo

I understand that it is not super useful but this was a personal challenge :)