Skip to content

Commit

Permalink
#1856 - Fix diagram rendering issues in reference documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Feb 28, 2023
1 parent 3bd8b8b commit 755203d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/asciidoc/fundamentals.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ For more information on this, have a look at <<mediatypes>>.

.The `RepresentationModel` class hierarchy
====
[plantuml, diagram-classes, svg]
[plantuml, diagram-classes, format="svg"]
....
class RepresentationModel
class EntityModel
Expand Down Expand Up @@ -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" : {
Expand Down

0 comments on commit 755203d

Please sign in to comment.