From 495a4858d9eed912dba80e9645dd1f851090d626 Mon Sep 17 00:00:00 2001 From: SuenagaRyota Date: Tue, 7 Nov 2017 14:58:20 +0900 Subject: [PATCH] Updated Diagram support (markdown) --- Diagram-support.md | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/Diagram-support.md b/Diagram-support.md index 8160ff1..0467015 100644 --- a/Diagram-support.md +++ b/Diagram-support.md @@ -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)