Skip to content

Instantly share code, notes, and snippets.

@nobuta05
Created October 17, 2020 18:20
Show Gist options
  • Save nobuta05/ca6738f524e1957d00348d95c340a8de to your computer and use it in GitHub Desktop.
Save nobuta05/ca6738f524e1957d00348d95c340a8de to your computer and use it in GitHub Desktop.
practice for plantuml
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@startuml hoge
note over Alice
initial for Alice
end note
/ note over Bob
initial for Bob
end note
Alice -> Bob : Request
note over Bob
ほげほげ
end note
note over Bob
メモ
end note
Alice <- Bob : Response
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment