From: delphianer <44456919+delphianer@users.noreply.github.com> Date: Sun, 28 Oct 2018 22:14:31 +0000 (+0100) Subject: improvement - Bring code-example as readable HTML (#2195) X-Git-Tag: 0.7.3~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe1385327d1db1860a04e133174b23ea9456e856;p=thirdparty%2Fbulma.git improvement - Bring code-example as readable HTML (#2195) * Bring code-example as readable HTML In all other documentation -> column documents there is the source code clearly written, so I missed it in the nested documentation and brought it in. Please verify and thanks for merge :+1: * Added Output of nested_example itself :+1: :+1: :+1: jgthms for your fast comment! No I can go to bed and sleep well :o) :last_quarter_moon_with_face: --- diff --git a/docs/documentation/columns/nesting.html b/docs/documentation/columns/nesting.html index 18632b316..1e93fae4d 100644 --- a/docs/documentation/columns/nesting.html +++ b/docs/documentation/columns/nesting.html @@ -39,6 +39,7 @@ breadcrumb:

+{% capture columns_nested_example %}

First column

@@ -66,9 +67,16 @@ breadcrumb:
+{% endcapture %} + +{{ columns_nested_example }}

Multiline columns will also have a gap between each line.

+ +
+ {% highlight html %}{{ columns_nested_example }}{% endhighlight %} +