You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the .swiftplantuml.yml configuration file it would be helpful to add one or more of the following command commands:
header
title
legend
caption
footer
Example visualization
Example PlantUML script
@startuml
header
<u>Simple</u> header example
on <i>several</i> lines and using <font color=red>html</font>
end header
title
<u>Simple</u> title example
on <i>several</i> lines and using <font color=red>html</font>
end title
caption
<u>Simple</u> caption example
on <i>several</i> lines and using <font color=red>html</font>
end caption
footer
<u>Simple</u> footer example
on <i>several</i> lines and using <font color=red>html</font>
end footer
legend
<u>Simple</u> legend example
on <i>several</i> lines and using <font color=red>html</font>
end legend
class Class1 {}
class Class2 {}
Class1 -- Class2
@enduml
The text was updated successfully, but these errors were encountered:
In the
.swiftplantuml.yml
configuration file it would be helpful to add one or more of the following command commands:Example visualization
Example PlantUML script
The text was updated successfully, but these errors were encountered: