-
-
Notifications
You must be signed in to change notification settings - Fork 213
Box
Giorgio Garofalo edited this page May 18, 2025
·
2 revisions
The .box[docs] allows creating a special box container.
A box features an inline title and block content.
.box {Box title}
Welcome to the **Quarkdown wiki**!
Here you'll learn how to get started with your first document.
The title can be omitted:
.box
Welcome to the **Quarkdown wiki**!
Here you'll learn how to get started with your first document.
A box can have a type, which is callout by default, if not specified. Available types are:
callouttipnotewarningerror
.docname {Test}
.docauthor {iamgio}
.doclang {english}
.doctype {paged}
.theme {darko} layout:{minimal}
.box {Box title} type:{tip}
Welcome to the **Quarkdown wiki**!
Here you'll learn how to get started with your first document.
.box {Box title} type:{note}
Welcome to the **Quarkdown wiki**!
Here you'll learn how to get started with your first document.
.box {Box title} type:{warning}
Welcome to the **Quarkdown wiki**!
Here you'll learn how to get started with your first document.
If the title is omitted, .doclang is set and the set locale is supported, the box title is automatically localized.
.box type:{tip}
Welcome to the **Quarkdown wiki**!
Here you'll learn how to get started with your first document.
.box type:{note}
Welcome to the **Quarkdown wiki**!
Here you'll learn how to get started with your first document.
.box type:{warning}
Welcome to the **Quarkdown wiki**!
Here you'll learn how to get started with your first document.
Tip
Boxes and typed quotes are different ways to achieve typed alerts.
- Figures
- Image size
- TeX formulae
- Table caption
- Code caption
- Decorative headings
- Alerts (quote types)
- Quotation source
- Cross-references
- Page breaks
- Text symbols (text replacement)
- Emojis
- Document metadata
- Theme
- CSS
- Fonts
- Page format
- Page margin content
- Page counter
- Persistent headings
- Automatic page break
- Numbering
- Paragraph style
- Caption position
- Table of contents
- Bibliography
- Footnotes
- Stacks (row, column, grid)
- Container
- Align
- Float
- Figure
- Clip
- Box
- Collapsible
- Landscape
- Whitespace
- Variables
- Optionality
- Math
- Conditional statements
- Loops
- Let
- Destructuring
- String manipulation
- Table manipulation: sorting, computing, and more
- Table generation
- String
- Number
- Markdown content
- Boolean
- None
- Enumeration entry
- Iterable
- Dictionary
- Range
- Lambda
- Size(s)
- Color
- Dynamic
- Paper: abstract, definitions, theorems, and more