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 @@
-
-{% include_relative input/{{ page.name }}.puml %}
-
-
+{% capture my_code %}{% include_relative input/{{ page.name }}.puml %}{% endcapture %}
+{% highlight plantuml %}
+ {{ my_code | strip }}
+{% endhighlight %}