notion-kroki

Render notion code block as graph by kroki

2022-09-22 기준 버전입니다. 최신 버전을 확인하세요.

작성자
zuisong
평점
0 0 0
버전
1.1.4
생성일
2022-09-22
갱신일
2022-09-22
크기
15.9KB
라이선스
MIT
적용 사이트

Usage

1. Add a Plain Text code block with content

  //kroki plantuml
  @startuml
  Alice -> "Bob()" : Hello
  "Bob()" -> "This is very\nlong" as Long
  ' You can also declare:
  ' "Bob()" -> Long as "This is very\nlong"
  Long --> "Bob()" : ok
  @enduml

PS: first line is very important

2. Then, you will got like this