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

newpage not working for state diagrams #153

Open
Shoggomo opened this issue Jan 28, 2022 · 0 comments
Open

newpage not working for state diagrams #153

Shoggomo opened this issue Jan 28, 2022 · 0 comments

Comments

@Shoggomo
Copy link

The newpage keyword is not working when used for state diagrams. Nothing about this behaviour is noted in the language reference.
If this is intended behaviour, this should be added to the reference.

Example:
This does not work.

@startuml
[*] --> State1
State1 -> State2
newpage
State3 -> State4
@enduml

grafik

When commenting out newpage it works.

@startuml
[*] --> State1
State1 -> State2
'newpage
State3 -> State4
@enduml

grafik

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

1 participant