d2 가 좋다. 쉽게 사용할 수 있으니까. 다이어그램은 하나 선택해서 해야 하는데 예쁜게 좋다. 이왕이면.

mermaid

[2024-04-12 Fri 14:16] 안전한 선택

d2

설치 방법

 
# Basics
curl -fsSL https://d2lang.com/install.sh | sh -s --

FIXME ob-d2 exmaples

[2023-06-16 Fri 12:54]

[2024-01-16 Tue 14:34] 문제는 여백?! 상관 없이 블로그 엔진에서 로딩해주면 된다.

babel 검증 부터 한다. 이미지로 넣으면 되니까 Hugo 는 옵션이다.

테스트

x -> y: hello world

flags 옵션으로 테마 줄 수 있다. 이게 장점이기도 하다.

High Mem Instance -> EC2 <- High CPU Instance: Hosted By

다른 예제

clouds: {
  aws: {
    load_balancer -> api
    api -> db
  }
  gcloud: {
    auth -> db
  }
 
  gcloud -> aws
}

plantuml

@startuml
participant Alice
participant Bob
note left of Alice #aqua
This is displayed
left of Alice.
end note
 
note right of Alice: This is displayed right of Alice.
 
note over Alice: This is displayed over Alice.
 
note over Alice, Bob #FFAAAA: This is displayed\n over Bob and Alice.
 
note over Bob, Alice
This is yet another
example of
a long note.
end note
@enduml

Related-Notes

References