-
Notifications
You must be signed in to change notification settings - Fork 7
Table generator
Giorgio Garofalo edited this page Oct 16, 2024
·
4 revisions
The .table
function takes a single block argument which is an iterable of tables.
The result of the call is a new table which is the combination, by columns of the supplied tables.
In the following example .repeat
is used, which, as other supported loops do, returns the results from each iteration as an iterable.
.table
.repeat {3}
n:
| Column .n |
|-----------|
| Cell .n:1 |
| Cell .n:2 |
| Cell .n:3 |
- Syntax of a function call
- Declaring functions
- Dynamic typing
- Localization
- Including other Quarkdown files
- Importing external libraries
- Document metadata
- Theme
- Page format
- Page margin content
- Page counter
- Automatic page break
- Numbering
- Table of contents
- Stacks (row, column, grid)
- Align
- Container
- Box
- Collapsible
- Whitespace
- String
- Number
- Markdown content
- Boolean
- Enumeration entry
- Iterable
- Dictionary
- Range
- Lambda
- Size(s)
- Color
- Dynamic