You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sequenceDiagram
participant Joe
participant Alice
Joe->>Alice: Foo
Note over Alice: Bar<br/>Baz
Note over Joe,Alice: That note above should have had a carriage return between Bar and Baz
<br/> tags are not rendered in Mermaid Notes. This may be because of the version of mermaid (7.1.2) that is being used on HackMD.
Note : I was confused by a bug in mermaidjs (mermaid-js/mermaid#702) which allows <br/> work but <br /> (with a space) fails. My original bug had more text because of this confusion.
The text was updated successfully, but these errors were encountered:
Example of the problem
Example code
<br/>
tags are not rendered in Mermaid Notes. This may be because of the version of mermaid (7.1.2) that is being used on HackMD.Over at https://mermaidjs.github.io/mermaid-live-editor/ it renders correctly. Here's an example.
Note : I was confused by a bug in mermaidjs (mermaid-js/mermaid#702) which allows
<br/>
work but<br />
(with a space) fails. My original bug had more text because of this confusion.The text was updated successfully, but these errors were encountered: