diff --git a/docs/documentation/columns/nesting.html b/docs/documentation/columns/nesting.html index 18632b31..1e93fae4 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 %} +