notion-kroki

Render notion code block as graph by kroki

作者のサイトでサポートを受ける。または、このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
zuisong
1日のインストール数
0
累計インストール数
9
評価
0 0 0
バージョン
1.2.0
作成日
2022/09/22
更新日
2023/06/20
大きさ
4KB
ライセンス
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