notion-kroki

Render notion code block as graph by kroki

As of 2022-09-22. See the latest version.

نووسەر
zuisong
Ratings
0 0 0
وەشان
1.1.4
Created
2022-09-22
Updated
2022-09-22
Size
15.9 KB
مۆڵەت
MIT
Applies to

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