Term List
Documentation for the `terms` function.
A list of terms and their descriptions.
Displays a sequence of terms and their descriptions vertically. When the descriptions span over multiple lines, they use hanging indent to communicate the visual hierarchy.
Example
Loading compiler...
Syntax
This function also has dedicated syntax: Starting a line with a slash, followed by a term, a colon and a description creates a term list item.
#terms(
tight: bool,
separator: content,
indent: length,
hanging-indent: length,
spacing: auto | length,
children
) -> contentParameters
Prop
Type
Definitions
A term list item.
#terms.item(
term,
description
) -> contentParameters
Prop
Type