notion-kroki

Render notion code block as graph by kroki

נכון ליום 22-09-2022. ראה הגרסה האחרונה.

יוצר
zuisong
דירוגים
0 0 0
גרסה
1.1.4
נוצר
22-09-2022
עודכן
22-09-2022
Size
15.9 קילו-בייט
רישיון
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