Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: <br> being rendered as text in node #73

Closed
sudodoki opened this issue Dec 28, 2014 · 2 comments
Closed

Bug: <br> being rendered as text in node #73

sudodoki opened this issue Dec 28, 2014 · 2 comments

Comments

@sudodoki
Copy link

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
sample2 txt
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

it0a added a commit to it0a/mermaid that referenced this issue Dec 31, 2014
@it0a
Copy link
Contributor

it0a commented Dec 31, 2014

Submitted a pull request for this issue - see #79

knsv added a commit that referenced this issue Dec 31, 2014
@knsv
Copy link
Collaborator

knsv commented Jan 5, 2015

Released in 0.3.1

@knsv knsv closed this as completed Jan 5, 2015
mgenereu referenced this issue in mgenereu/mermaid Jun 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants