notion-kroki

Render notion code block as graph by kroki

Auteur
zuisong
Nombre d'installations quotidiennes
0
Nombre d'installations
9
Évaluations
0 0 0
Version
1.2.0
Créer
2022-09-22
Mis à jour
2023-06-20
Taille
4 ko
Licence
MIT
S'applique à

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