Closed
Description
Using sample code from readme
sequenceDiagram
participant Alice
participant Bob
Alice->John: Hello John, how are you?
loop Healthcheck
John->John: Fight against hypochondria
end
Note right of John: Rational thoughts <br/>prevail...
John-->Alice: Great!
John->Bob: How about you?
Bob-->John: Jolly good!
I get following diagram
As you can see, <br/>
is being part of text content in the node.
phantomjs -v
outputs 1.9.8
mermaid --version
outputs 0.3.0
Metadata
Metadata
Assignees
Labels
No labels