Fact block
A factual unit — a container for values, constants or value tables; the body holds the data.
| Property | Type | Required | Description |
|---|---|---|---|
| id | identifier | yes | |
| title | utf8 | yes | |
| related | list<identifier> | no | |
| audience | Audience | no | |
| tags | list<utf8> | no |
Child blocks
| Slot | Accepts | Multiple | Description |
|---|---|---|---|
| body | body | no |
wcl
fact default_branch {
title = "Default branch name"
body { p "Since Git 2.28 the initial branch is set by `init.defaultBranch` (commonly `main`)." }
}