Skip to content

Commit 4be1862

Browse files
committed
GH-865 - Aggregating documentation now renders PlantUML files as SVG.
1 parent 9464e83 commit 4be1862

File tree

1 file changed

+1
-1
lines changed
  • spring-modulith-docs/src/main/java/org/springframework/modulith/docs

1 file changed

+1
-1
lines changed

spring-modulith-docs/src/main/java/org/springframework/modulith/docs/Asciidoctor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ public String renderHeadline(int i, String modules) {
412412
}
413413

414414
public String renderPlantUmlInclude(String componentsFilename) {
415-
return "plantuml::" + componentsFilename + "[]" + System.lineSeparator();
415+
return "plantuml::" + componentsFilename + "[,,format=svg]" + System.lineSeparator();
416416
}
417417

418418
public String renderGeneralInclude(String componentsFilename) {

0 commit comments

Comments
 (0)