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

Label containing newline generates error #136

Open
magjac opened this issue Apr 5, 2020 · 1 comment
Open

Label containing newline generates error #136

magjac opened this issue Apr 5, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@magjac
Copy link
Owner

magjac commented Apr 5, 2020

The DOT source code below generates Expected "\"" or "\\", but "\n" found..

digraph {
        n1 [label="hello
world"]
}
@magjac magjac added the bug Something isn't working label Apr 30, 2020
@BoltBait
Copy link

BoltBait commented Sep 20, 2023

Did you try using an HTML string:

digraph {
    n1 [label=<hello<BR />world>]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants