mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-17 11:41:44 +00:00
Updated Diagram support (markdown)
@@ -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
|
||||||
|

|
||||||
|
|
||||||
|
```
|
||||||
|
@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
|
# flowchart
|
||||||

|

|
||||||
|
|||||||
Reference in New Issue
Block a user