-
Notifications
You must be signed in to change notification settings - Fork 7
Whitespace
Giorgio Garofalo edited this page Oct 5, 2024
·
2 revisions
Blank space can be added anywhere via the .whitespace
function, which accepts optional width
and height
Size arguments.
- If none is set, a simple whitespace character is rendered (
), useful to add blank lines. - If at least one is set, a rectangle of that size is rendered. This might not always work if it's outside of layout functions.
Line 1
.whitespace <!-- A larger line break -->
Line 2
.row
A
.whitespace width:{2px}
B
- 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