GH-865 - Aggregating documentation now renders PlantUML files as SVG.

This commit is contained in:
Oliver Drotbohm
2024-10-08 20:32:11 +02:00
parent 9464e83ea4
commit 4be1862075

View File

@@ -412,7 +412,7 @@ class Asciidoctor {
}
public String renderPlantUmlInclude(String componentsFilename) {
return "plantuml::" + componentsFilename + "[]" + System.lineSeparator();
return "plantuml::" + componentsFilename + "[,,format=svg]" + System.lineSeparator();
}
public String renderGeneralInclude(String componentsFilename) {