notion-kroki

Render notion code block as graph by kroki

Penulis
zuisong
Pemasangan harian
0
Total pemasangan
9
Nilai
0 0 0
Versi
1.2.0
Dibuat
22 September 2022
Diperbarui
20 Juni 2023
Size
4 KB
Lisensi
MIT
Berlaku untuk

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