@enduml
结束,PlantUML在支持UML同时支持其他图表,既然如此,"@startuml"就没有存在的必要了。
所以,通用规则允许图表描述以@startXYZ
开头,以@endXYZ
结束,"XYZ"根据图表的类型而改变。
注意,XYZ
可以是任何字符串(包括空格)。
这意味着我们鼓励插件开发者,以⚠ On PlantUML, only PNG generation is supported.@start
代替@startuml
作为标识。
@startuml
does not make sense anymore. So now we allow diagrams start with @startXYZ
and finish with @endXYZ
, where XYZ
can change with the type of diagram and can be any characters (including spaces).
This means that plugin developers are encouraged to change their code to recognizeDITAA diagrams are usually formatted as@start
instead of@startuml
.
@startditaa...@endditaa
.
@startditaa
or ditaa
keyword:
-E
or --no-separation
to remove separator-S
or --no-shadows
to remove shadowscale=<XYZ>
to scale up or down the diagram
🎉 Copied!
|
|
🎉 Copied!
|
|
🎉 Copied!
|
|
Tag | Description |
{c} | Choice or Decision |
{d} | Document - Symbol representing a document |
{io} | Input/Output - Symbol representing input/output |
{mo} | Manual operation |
{o} | Ellipse |
{s} | Storage - Symbol representing a form of storage, like a database or a hard disk. |
{tr} | Trapezoid |
🎉 Copied!
|
|