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

teoz: Support notes on references #1399

Closed
The-Lum opened this issue Apr 25, 2023 · 0 comments
Closed

teoz: Support notes on references #1399

The-Lum opened this issue Apr 25, 2023 · 0 comments
Labels
m:teoz teoz engine for sequence diagram triage

Comments

@The-Lum
Copy link
Collaborator

The-Lum commented Apr 25, 2023

Hi PlantUML team,

To continue:

If Teoz is the main target:

  • Could you manage notes on ref. with Teoz?

OK with puma

@startuml
participant Alice
actor Bob

Alice -> Bob : hello

ref over Bob
  This can be on
  several lines
end ref

note right: This is a note
@enduml

KO with teoz

@startuml
!pragma teoz true

participant Alice
actor Bob

Alice -> Bob : hello

ref over Bob
  This can be on
  several lines
end ref

note right: This is a note
@enduml

Thanks for the enhancement,
Regards,

@The-Lum The-Lum added the m:teoz teoz engine for sequence diagram label Apr 25, 2023
arnaudroques added a commit that referenced this issue May 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
m:teoz teoz engine for sequence diagram triage
Projects
None yet
Development

No branches or pull requests

2 participants