From 755203db22f75586c8872900c2e82c3375eeeae9 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Tue, 28 Feb 2023 15:48:59 +0100 Subject: [PATCH] #1856 - Fix diagram rendering issues in reference documentation. --- src/main/asciidoc/fundamentals.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/asciidoc/fundamentals.adoc b/src/main/asciidoc/fundamentals.adoc index a5d2e123..49483b1e 100644 --- a/src/main/asciidoc/fundamentals.adoc +++ b/src/main/asciidoc/fundamentals.adoc @@ -109,7 +109,7 @@ For more information on this, have a look at <>. .The `RepresentationModel` class hierarchy ==== -[plantuml, diagram-classes, svg] +[plantuml, diagram-classes, format="svg"] .... class RepresentationModel class EntityModel @@ -155,7 +155,7 @@ If you returned such an instance from a Spring MVC or WebFlux controller and the .The HAL representation generated for the person representation model ==== -[source javscript] +[source, javscript] ---- { "_links" : {