diff --git a/_layouts/stdlib.html b/_layouts/stdlib.html index 926f83e6..f69fc8dd 100644 --- a/_layouts/stdlib.html +++ b/_layouts/stdlib.html @@ -11,11 +11,10 @@

Sdtlib Diagram Code

This diagram was created from the following PlantUML code: -
-    
-{% include_relative input/{{ page.name }}.puml %}
-    
-
+{% capture my_code %}{% include_relative input/{{ page.name }}.puml %}{% endcapture %} +{% highlight plantuml %} + {{ my_code | strip }} +{% endhighlight %}

Available Themes

@@ -39,4 +38,4 @@

{{ page.display_name }} shown in {{ skin.display_name } {% include figure.html theme=skin diagram=page url=url %} -{% endfor %} \ No newline at end of file +{% endfor %}