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

Multiline boxes / line breaks #41

Open
TripleDogDare opened this issue Dec 12, 2014 · 4 comments
Open

Multiline boxes / line breaks #41

TripleDogDare opened this issue Dec 12, 2014 · 4 comments

Comments

@TripleDogDare
Copy link

What are the rules for multiple line or creating line breaks? Or can there be some added?
It seems it can be done because it works in the example but I haven't been able to get it to work elsewhere.

@adrai
Copy link
Owner

adrai commented Dec 13, 2014

If you mean line breaks in the text parts, simply press enter ;-)

@TripleDogDare
Copy link
Author

Sorry. Turns out my problem was actually parenthesis breaking the multiline feature.

This works:

st=>start: Start
e=>end: Stop
op1=>operation: words
and stuff
and things

st->op1->e

This also works:

st=>start: Start
e=>end: Stop
op1=>operation: things(foobar)

st->op1->e

This does not work:

st=>start: Start
e=>end: Stop
op1=>operation: words
and stuff
and things(foobar)

st->op1->e

@KendallPark
Copy link

+1

I am having the exact same issue.

@LeonardoGentile
Copy link

I confirm

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

4 participants