Skip to content
My shortcode for PlantUML

My shortcode for PlantUML

19 de abril de 2026

My shortcode to create diagrams with PlantUML. This shortcode uses Kroki to render PlantUML diagrams.

Example

The following example shows how to use the shortcode and its rendered output.

Code

{{< plantuml >}}
class Person {
  -id: long
  +getId():long
  +setId(id: long)
}
{{< /plantuml >}}

Result

Last updated on