1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-17 11:41:44 +00:00

Updated Diagram support (markdown)

SuenagaRyota
2017-11-07 14:58:20 +09:00
parent 6421e5ec21
commit 495a4858d9

@@ -1,4 +1,33 @@
You can use `flowchart` or `Sequence` as a diagram describing tool.
You can use `plantuml`, `flowchart` or `Sequence` as a diagram describing tool.
# plantuml
![image](https://user-images.githubusercontent.com/11307908/32479145-c9af2eda-c3cb-11e7-92f7-c7cda53f8e36.png)
```
@startuml
actor actor
agent agent
artifact artifact
boundary boundary
card card
cloud cloud
component component
control control
database database
entity entity
file file
folder folder
frame frame
interface interface
node node
package package
queue queue
stack stack
rectangle rectangle
storage storage
usecase usecase
@enduml
```
# flowchart
![image](https://user-images.githubusercontent.com/11307908/29246519-2d7f2032-8038-11e7-97e3-187d8aad18c4.png)