notion-kroki

Render notion code block as graph by kroki

Autore
zuisong
Installazioni giornaliere
0
Installazioni totali
9
Valutazione
0 0 0
Versione
1.2.0
Creato il
22/09/2022
Aggiornato il
20/06/2023
Dimensione
4 KB
Licenza
MIT
Applica a

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