Add subsections for references with 2+ examples.

This commit is contained in:
Rodrigo Girão Serrão
2023-01-09 13:50:45 +00:00
parent 71b859b6e2
commit dd6e73aa39
14 changed files with 103 additions and 4 deletions

View File

@@ -20,6 +20,8 @@ If present, the second one sets the number of rows regardless of the number
## Examples
### Columns and rows
In the first example, we create a grid with 2 columns and 5 rows, regardless of the fact that we do not have enough labels to fill in the whole grid:
=== "Output"
@@ -41,6 +43,8 @@ In the first example, we create a grid with 2 columns and 5 rows, regardless of
1. Create a grid with 2 columns and 4 rows.
### Columns only
In the second example, we create a grid with 2 columns and however many rows are needed to display all of the grid children:
=== "Output"